@acorex/data-grid 3.0.59 → 3.0.62

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.
@@ -772,7 +772,7 @@
772
772
  function AXGridSelectionColumn() {
773
773
  var _this = _super.call(this) || this;
774
774
  _this.pinned = 'start';
775
- _this.width = 20;
775
+ _this.width = 40;
776
776
  return _this;
777
777
  }
778
778
  AXGridSelectionColumn_1 = AXGridSelectionColumn;
@@ -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);