@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.
- package/bundles/acorex-data-grid.umd.js +3 -1
- package/bundles/acorex-data-grid.umd.js.map +1 -1
- package/bundles/acorex-data-grid.umd.min.js +1 -1
- package/bundles/acorex-data-grid.umd.min.js.map +1 -1
- package/esm2015/lib/data-grid/columns/selection-column.component.js +2 -2
- package/esm2015/lib/data-grid/datagrid.component.js +3 -1
- package/esm5/lib/data-grid/columns/selection-column.component.js +2 -2
- package/esm5/lib/data-grid/datagrid.component.js +3 -1
- package/fesm2015/acorex-data-grid.js +3 -1
- package/fesm2015/acorex-data-grid.js.map +1 -1
- package/fesm5/acorex-data-grid.js +3 -1
- package/fesm5/acorex-data-grid.js.map +1 -1
- package/package.json +1 -1
@@ -772,7 +772,7 @@
|
|
772
772
|
function AXGridSelectionColumn() {
|
773
773
|
var _this = _super.call(this) || this;
|
774
774
|
_this.pinned = 'start';
|
775
|
-
_this.width =
|
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);
|