@trudb/tru-common-lib 0.2.357 → 0.2.358
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.
|
@@ -8295,7 +8295,7 @@ class TruDataGrid {
|
|
|
8295
8295
|
this.subscribeTo();
|
|
8296
8296
|
this.label = this.config.resultConfig.label;
|
|
8297
8297
|
this.columnDefs = this.config.resultConfig.columnDefs;
|
|
8298
|
-
this.gridType = this.config.
|
|
8298
|
+
this.gridType = this.config.resultConfig.gridType;
|
|
8299
8299
|
}
|
|
8300
8300
|
ngAfterViewInit() {
|
|
8301
8301
|
//setTimeout to prevent: ERROR Error: NG0100: ExpressionChangedAfterItHasBeenCheckedError.
|