Table: update selection after filtering (#9207)

pull/9270/head
Daniel Li 2018-01-14 19:35:12 +08:00 committed by 杨奕
parent 17c9c6732f
commit b10ecc94ad
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@
column: this.column,
values: filteredValue
});
this.table.store.updateAllSelected();
}
},