@acorex/data-grid 3.0.59 → 3.0.62

Sign up to get free protection for your applications and to get access to all the features.
@@ -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);