@trudb/tru-common-lib 0.2.291 → 0.2.292

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.
@@ -7817,13 +7817,6 @@ class TruDataGrid {
7817
7817
  this.subs.push(this.connectionHub.subscribe(this.dataContext, this.config.resultConfig.entityType, this.config.resultConfig.entityType.name, this.addEntity, this.getRowData, () => { return this.latestSetupQuery; }, this.config.resultConfig.expands, [], () => { return true; }).subscribe((dataChange) => {
7818
7818
  let rowNodesToRemove = [];
7819
7819
  dataChange.dataChanges.forEach((change) => {
7820
- if (change.changeOperation === 'U') {
7821
- this.api.forEachNode((rowNode) => {
7822
- if (rowNode.data.$entity.Ref === change.tableRef) {
7823
- rowNodesToRemove.push(rowNode.data);
7824
- }
7825
- });
7826
- }
7827
7820
  if (change.changeOperation === 'D') {
7828
7821
  this.api.forEachNode((rowNode) => {
7829
7822
  if (rowNode.data.$entity.Ref === change.tableRef) {