HexagonJS
Table Changelog
2.2.0
hx-flag-table
Added
Applies the updated table styles to help with aligning items and keeping row height consistent.
This class applies the following changes:
  • Increase font size for readability
  • Increase row height for readability
  • Remove row hover styles by default (can be added with hx-table-clickable-rows )
  • Make table full width by default (can be reset with hx-table-small )
hx-table-clickable-rows
Added
A class to set table rows to be clickable and use a hand cursor
hx-table-small
Added
A class that allows a table with few columns to shrink less than the size of its container.
0.12.5
hx-table
hx-table-header-allow-wrap
Added
A class that can be added to th elements that allows the text to wrap onto multiple lines.