@gridkitjs/core v0.4.0
Minor Changes#
- 375c736:
fitColumnsToWidthnow shrinks unsized columns toward theirminWidthwhen they exceed the available width, instead of leaving them at their full size and relying on the viewport to scroll. AresizeMode="fit"grid now fills a narrow container in both directions; it still scrolls if every column is already at itsminWidth(or user-resized) and the total still doesn't fit.