Skip to content

Commit 760ef80

Browse files
committed
fix #279
1 parent 226e60d commit 760ef80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/store/TableDataStore.js

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ export class TableDataStore {
140140
row[fieldName] = newVal;
141141
}
142142
}, this);
143+
if (null !== this.filterObj) this.filter(this.filterObj);
144+
if (null !== this.searchText) this.search(this.searchText);
143145
}
144146
return this;
145147
}

0 commit comments

Comments
 (0)