@trudb/tru-common-lib 0.2.213 → 0.2.215
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.
|
@@ -7766,7 +7766,6 @@ class TruDataGrid {
|
|
|
7766
7766
|
if (change.changeOperation === 'D') {
|
|
7767
7767
|
this.api.forEachNode(function (rowNode) {
|
|
7768
7768
|
if (rowNode.data.$entity.Ref === change.tableRef) {
|
|
7769
|
-
rowNode.data.$entity.setDetached();
|
|
7770
7769
|
rowNodesToDelete.push(rowNode);
|
|
7771
7770
|
}
|
|
7772
7771
|
});
|