@acorex/data-grid 3.0.60 → 3.0.63

Sign up to get free protection for your applications and to get access to all the features.
@@ -1110,6 +1110,9 @@
1110
1110
  this.isServerSideGroup = function (e) {
1111
1111
  return e[_this.hasChildField];
1112
1112
  };
1113
+ this.getColumnDefs = function () {
1114
+ return _this.gridApi.getColumnDefs();
1115
+ };
1113
1116
  this.getServerSideGroupKey = function (e) {
1114
1117
  return e[_this.keyField];
1115
1118
  };
@@ -1592,6 +1595,8 @@
1592
1595
  if (e.clientWidth > 0 && e.clientHeight > 0) {
1593
1596
  this.performSizeColumnsToFit(e.api);
1594
1597
  }
1598
+ // this.refresh();
1599
+ // this.gridApi.paginationGoToFirstPage();
1595
1600
  };
1596
1601
  AXDataGridComponent.prototype.internalGridFirstDataRendered = function (e) {
1597
1602
  this.performSizeColumnsToFit(e.api);