@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/es/ListTable.js CHANGED
@@ -571,11 +571,11 @@ export class ListTable extends BaseTable {
571
571
  updateFilterRules(filterRules, options = {
572
572
  clearRowHeightCache: !0
573
573
  }) {
574
- var _a;
575
- this.scenegraph.clearCells(), this.sortState ? (this.dataSource.updateFilterRulesForSorted(filterRules),
576
- sortRecords(this)) : this.dataSource.updateFilterRules(filterRules, null == options ? void 0 : options.onFilterRecordsEnd),
574
+ var _a, _b, _c;
575
+ this.scenegraph.clearCells(), null === (_b = (_a = this.dataSource).clearForceVisibleRecords) || void 0 === _b || _b.call(_a),
576
+ this.sortState ? (this.dataSource.updateFilterRulesForSorted(filterRules), sortRecords(this)) : this.dataSource.updateFilterRules(filterRules, null == options ? void 0 : options.onFilterRecordsEnd),
577
577
  this.refreshRowColCount(), this.stateManager.initCheckedState(this.records), this.scenegraph.createSceneGraph(!(null == options ? void 0 : options.clearRowHeightCache)),
578
- null === (_a = this.internalProps.emptyTip) || void 0 === _a || _a.resetVisible(),
578
+ null === (_c = this.internalProps.emptyTip) || void 0 === _c || _c.resetVisible(),
579
579
  this.resize();
580
580
  }
581
581
  getFilteredRecords() {