@trudb/tru-common-lib 0.2.3 → 0.2.4
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.
|
@@ -7520,7 +7520,7 @@ class TruDataGrid {
|
|
|
7520
7520
|
filteredRows.push(node.data);
|
|
7521
7521
|
});
|
|
7522
7522
|
if (filteredRows.length)
|
|
7523
|
-
this.rowData =
|
|
7523
|
+
this.rowData = filteredRows;
|
|
7524
7524
|
else
|
|
7525
7525
|
this.rowData = [];
|
|
7526
7526
|
this.api.applyTransaction({ remove: selectedRows });
|