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