Skip to content

Commit c74c621

Browse files
committed
fix: table sorter not work #3327
1 parent 8ba7541 commit c74c621

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

antdv-demo

components/table/Table.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export default {
214214
this.setState({ sFilters: newFilters });
215215
}
216216
}
217+
this.$forceUpdate();
217218
},
218219
components: {
219220
handler(val, oldVal) {

0 commit comments

Comments
 (0)