@trudb/tru-common-lib 0.2.342 → 0.2.343

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.
@@ -7837,6 +7837,7 @@ class TruDataGrid {
7837
7837
  if (rowNodesToRemove.length) {
7838
7838
  this.api.applyTransaction({ remove: rowNodesToRemove });
7839
7839
  }
7840
+ this.api.refreshCells({ force: true });
7840
7841
  }));
7841
7842
  this.subs.push(fromEvent(document, 'keydown').subscribe((event) => {
7842
7843
  if (this.config.view.active && this.config.view.window.active) {