Commit e3ac6079 authored by kingwl's avatar kingwl Committed by cinwell.li

Table: fix selectAll option at table selection (#1300)

parent 53dd8ee9
...@@ -175,6 +175,7 @@ ...@@ -175,6 +175,7 @@
toggleRowSelection(row, selected) { toggleRowSelection(row, selected) {
this.store.toggleRowSelection(row, selected); this.store.toggleRowSelection(row, selected);
this.store.updateAllSelected();
}, },
clearSelection() { clearSelection() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment