cilog-lib 1.12.32 → 1.12.33

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