@linzjs/step-ag-grid 28.5.0 → 28.5.1

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.
@@ -2859,7 +2859,8 @@ const Grid = ({ 'data-testid': dataTestId, defaultPostSort = true, rowSelection
2859
2859
  needsAutoSize.current = true;
2860
2860
  }
2861
2861
  }
2862
- if (needsAutoSize.current || (!hasSetContentSize.current && sizeColumns === 'auto')) {
2862
+ if (needsAutoSize.current ||
2863
+ (!hasSetContentSize.current && (sizeColumns === 'auto' || sizeColumns === 'auto-skip-headers'))) {
2863
2864
  needsAutoSize.current = false;
2864
2865
  setInitialContentSize();
2865
2866
  }