@trudb/tru-common-lib 0.1.999 → 0.2.1
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.
|
@@ -7515,6 +7515,9 @@ class TruDataGrid {
|
|
|
7515
7515
|
};
|
|
7516
7516
|
onRemove = () => {
|
|
7517
7517
|
let selectedRows = this.api.getSelectedRows();
|
|
7518
|
+
this.api.forEachNodeAfterFilter(node => {
|
|
7519
|
+
selectedRows.push(node);
|
|
7520
|
+
});
|
|
7518
7521
|
this.api.applyTransaction({ remove: selectedRows });
|
|
7519
7522
|
this.api.selectAll();
|
|
7520
7523
|
selectedRows = this.api.getSelectedRows();
|