Fixed #1269 - DataTable does not honor initial selection

pull/1340/head^2
Cagatay Civici 2021-06-11 15:11:02 +03:00
parent bc4739985c
commit e21906e672
1 changed files with 6 additions and 3 deletions

View File

@ -360,10 +360,13 @@ export default {
multiSortMeta(newValue) {
this.d_multiSortMeta = newValue;
},
selection(newValue) {
selection: {
immediate: true,
handler(newValue) {
if (this.dataKey) {
this.updateSelectionKeys(newValue);
}
}
},
expandedRows(newValue) {
if (this.dataKey) {