@trudb/tru-common-lib 0.2.55 → 0.2.56

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,7 @@ class TruDataGrid {
7162
7162
  }
7163
7163
  }));
7164
7164
  this.subs.push(this.searchViewEventHandler.onSearch().pipe(skip(1)).subscribe((setupQuery) => {
7165
- this.onSearch(setupQuery);
7165
+ this.runSearch();
7166
7166
  }));
7167
7167
  this.subs.push(this.config.view.onActive().pipe(skip(1)).subscribe((isActive) => {
7168
7168
  this.isActive = isActive;