This project uses semver, please check the scope of this pr:
[ ] #none# - documentation fixes and/or test additions
[ ] #patch# - backwards-compatible bug fix
[X] #minor# - adding functionality in a backwards-compatible manner
[ ] #major# - incompatible API change
This change removes the fixed table layout from the frost-table component and instead uses a flexbox layout. The table body is placed in a scroll for when the table is not allocated enough height to display all of it. The header cells get resized to match the corresponding table body column's width, which is the main purpose of the change.
CHANGELOG
Updatedfrost-table to use a flexbox layout instead of a fixed table layout and wrap the table body in a frost-scroll
This project uses semver, please check the scope of this pr:
This change removes the fixed table layout from the
frost-table
component and instead uses a flexbox layout. The table body is placed in a scroll for when the table is not allocated enough height to display all of it. The header cells get resized to match the corresponding table body column's width, which is the main purpose of the change.CHANGELOG
frost-table
to use a flexbox layout instead of a fixed table layout and wrap the table body in afrost-scroll