@smartbit4all/ng-client 3.3.67 → 3.3.68
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.
- package/esm2020/lib/smart-grid/smart-grid.component.mjs +3 -1
- package/fesm2015/smartbit4all-ng-client.mjs +2 -0
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +2 -0
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.68.tgz +0 -0
- package/smartbit4all-ng-client-3.3.67.tgz +0 -0
|
@@ -9736,6 +9736,7 @@ class SmartGridComponent {
|
|
|
9736
9736
|
}
|
|
9737
9737
|
if (gridModel?.paginator !== undefined) {
|
|
9738
9738
|
this.smartGrid.paginator = gridModel.paginator;
|
|
9739
|
+
this.service.paginator = this.smartGrid.paginator;
|
|
9739
9740
|
}
|
|
9740
9741
|
}
|
|
9741
9742
|
else {
|
|
@@ -9756,6 +9757,7 @@ class SmartGridComponent {
|
|
|
9756
9757
|
this.isBlocked = false;
|
|
9757
9758
|
}
|
|
9758
9759
|
async renderTable() {
|
|
9760
|
+
this.treeControl = undefined;
|
|
9759
9761
|
let tableRow = this.smartGrid.gridModel.page.rows.map((item) => {
|
|
9760
9762
|
return item;
|
|
9761
9763
|
});
|