@progress-chef/platform-shared-components 0.0.139 → 0.0.141
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.
|
@@ -4755,7 +4755,7 @@ class GridPaginationComponent {
|
|
|
4755
4755
|
if (!this.ignoreColumnCellClick.includes(index)) {
|
|
4756
4756
|
column.class = 'column-cursor-pointer';
|
|
4757
4757
|
}
|
|
4758
|
-
column.columnWidth = column.columnWidth ? column.columnWidth : "
|
|
4758
|
+
column.columnWidth = column.columnWidth ? column.columnWidth : "50";
|
|
4759
4759
|
});
|
|
4760
4760
|
if (!this.hasApiSorting) {
|
|
4761
4761
|
this.loadGridData();
|