@acorex/data-grid 3.0.62 → 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,7 +1595,7 @@
1592
1595
  if (e.clientWidth > 0 && e.clientHeight > 0) {
1593
1596
  this.performSizeColumnsToFit(e.api);
1594
1597
  }
1595
- this.refresh();
1598
+ // this.refresh();
1596
1599
  // this.gridApi.paginationGoToFirstPage();
1597
1600
  };
1598
1601
  AXDataGridComponent.prototype.internalGridFirstDataRendered = function (e) {