@visactor/vtable 1.22.11-alpha.7 → 1.22.11-alpha.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/ListTable.js CHANGED
@@ -565,11 +565,11 @@ class ListTable extends core_1.BaseTable {
565
565
  updateFilterRules(filterRules, options = {
566
566
  clearRowHeightCache: !0
567
567
  }) {
568
- var _a;
569
- this.scenegraph.clearCells(), this.sortState ? (this.dataSource.updateFilterRulesForSorted(filterRules),
570
- (0, record_helper_1.sortRecords)(this)) : this.dataSource.updateFilterRules(filterRules, null == options ? void 0 : options.onFilterRecordsEnd),
568
+ var _a, _b, _c;
569
+ this.scenegraph.clearCells(), null === (_b = (_a = this.dataSource).clearForceVisibleRecords) || void 0 === _b || _b.call(_a),
570
+ this.sortState ? (this.dataSource.updateFilterRulesForSorted(filterRules), (0, record_helper_1.sortRecords)(this)) : this.dataSource.updateFilterRules(filterRules, null == options ? void 0 : options.onFilterRecordsEnd),
571
571
  this.refreshRowColCount(), this.stateManager.initCheckedState(this.records), this.scenegraph.createSceneGraph(!(null == options ? void 0 : options.clearRowHeightCache)),
572
- null === (_a = this.internalProps.emptyTip) || void 0 === _a || _a.resetVisible(),
572
+ null === (_c = this.internalProps.emptyTip) || void 0 === _c || _c.resetVisible(),
573
573
  this.resize();
574
574
  }
575
575
  getFilteredRecords() {