@acorex/data-grid 3.0.61 → 3.0.62
Sign up to get free protection for your applications and to get access to all the features.
- package/bundles/acorex-data-grid.umd.js +2 -0
- package/bundles/acorex-data-grid.umd.js.map +1 -1
- package/bundles/acorex-data-grid.umd.min.js +1 -1
- package/bundles/acorex-data-grid.umd.min.js.map +1 -1
- package/esm2015/lib/data-grid/datagrid.component.js +3 -1
- package/esm5/lib/data-grid/datagrid.component.js +3 -1
- package/fesm2015/acorex-data-grid.js +2 -0
- package/fesm2015/acorex-data-grid.js.map +1 -1
- package/fesm5/acorex-data-grid.js +2 -0
- package/fesm5/acorex-data-grid.js.map +1 -1
- package/package.json +1 -1
@@ -1592,6 +1592,8 @@
|
|
1592
1592
|
if (e.clientWidth > 0 && e.clientHeight > 0) {
|
1593
1593
|
this.performSizeColumnsToFit(e.api);
|
1594
1594
|
}
|
1595
|
+
this.refresh();
|
1596
|
+
// this.gridApi.paginationGoToFirstPage();
|
1595
1597
|
};
|
1596
1598
|
AXDataGridComponent.prototype.internalGridFirstDataRendered = function (e) {
|
1597
1599
|
this.performSizeColumnsToFit(e.api);
|