@trudb/tru-common-lib 0.2.273 → 0.2.274
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.
|
@@ -7804,7 +7804,9 @@ class TruDataGrid {
|
|
|
7804
7804
|
}
|
|
7805
7805
|
});
|
|
7806
7806
|
if (rowNodesToAdd.length) {
|
|
7807
|
-
|
|
7807
|
+
setTimeout(() => {
|
|
7808
|
+
this.runSearch();
|
|
7809
|
+
}, 100);
|
|
7808
7810
|
}
|
|
7809
7811
|
if (rowNodesToRemove.length) {
|
|
7810
7812
|
this.api.applyTransaction({ remove: rowNodesToRemove });
|