@trudb/tru-common-lib 0.0.503 → 0.0.505
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.
|
@@ -2622,7 +2622,7 @@ class TruDataGrid {
|
|
|
2622
2622
|
this.searchViewEventHandler.onSearch().pipe(skip(1)).subscribe((setupQuery) => {
|
|
2623
2623
|
this.onSearch(setupQuery);
|
|
2624
2624
|
});
|
|
2625
|
-
this.connectionHub.subscribe(this.dataContext, this.
|
|
2625
|
+
this.connectionHub.subscribe(this.dataContext, this.config.resultConfig.entityType, this.config.tableName, () => { return this.loadedEntities; }, () => { return this.latestSetupQuery; }, this.config.resultConfig.expands, [], () => { return true; }).subscribe((dataChange) => {
|
|
2626
2626
|
console.log(dataChange);
|
|
2627
2627
|
});
|
|
2628
2628
|
};
|