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
Currently the column cell widths are fixed once the table is rendered and when the table width is set to 100% only the rightmost column grows. Using this flex box approach the table only take as much space as it needs when no explicit width is set but all columns grow equally as the table grows except the selection column which stays fixed.
CHANGELOG
Fixed issue #30 by changing frost-table and frost-fixed-table components to use a flexbox approach
Fixed issue #18 by providing some meaningful tests
This project uses semver, please check the scope of this pr:
Currently the column cell widths are fixed once the table is rendered and when the table width is set to 100% only the rightmost column grows. Using this flex box approach the table only take as much space as it needs when no explicit width is set but all columns grow equally as the table grows except the selection column which stays fixed.
CHANGELOG
frost-table
andfrost-fixed-table
components to use a flexbox approach