Removed possibility to toggle selected in table
This commit is contained in:
@@ -199,11 +199,7 @@ let PillarTable = Vue.component('pillar-table-base', {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (this.selectedIds.length === 1 && this.selectedIds[0] === itemId) {
|
this.selectedIds = [itemId];
|
||||||
this.selectedIds = [];
|
|
||||||
} else {
|
|
||||||
this.selectedIds = [itemId];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
isSelectBetweenClick(clickEvent) {
|
isSelectBetweenClick(clickEvent) {
|
||||||
|
Reference in New Issue
Block a user