cilog-lib 1.12.33 → 1.12.34

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.
@@ -1454,9 +1454,7 @@ class CilogGridComponent {
1454
1454
  };
1455
1455
  onGridReady(params) {
1456
1456
  this.gridApi = params.api;
1457
- setTimeout(() => {
1458
- params.api.sizeColumnsToFit();
1459
- }, 50);
1457
+ params.api.sizeColumnsToFit();
1460
1458
  window.addEventListener('resize', () => {
1461
1459
  setTimeout(() => {
1462
1460
  this.gridApi.sizeColumnsToFit();