@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.
@@ -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);