@trudb/tru-common-lib 0.2.55 → 0.2.57
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.
|
@@ -7162,7 +7162,9 @@ class TruDataGrid {
|
|
|
7162
7162
|
}
|
|
7163
7163
|
}));
|
|
7164
7164
|
this.subs.push(this.searchViewEventHandler.onSearch().pipe(skip(1)).subscribe((setupQuery) => {
|
|
7165
|
-
this.
|
|
7165
|
+
this.waitForGridApi(() => {
|
|
7166
|
+
this.onSearch(setupQuery);
|
|
7167
|
+
});
|
|
7166
7168
|
}));
|
|
7167
7169
|
this.subs.push(this.config.view.onActive().pipe(skip(1)).subscribe((isActive) => {
|
|
7168
7170
|
this.isActive = isActive;
|