mirror of https://github.com/ElemeFE/element
Table: update selection after filtering (#9207)
parent
17c9c6732f
commit
b10ecc94ad
|
@ -110,6 +110,7 @@
|
||||||
column: this.column,
|
column: this.column,
|
||||||
values: filteredValue
|
values: filteredValue
|
||||||
});
|
});
|
||||||
|
this.table.store.updateAllSelected();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue