-
Notifications
You must be signed in to change notification settings - Fork 0
AutoHeight
Steven Rotelli edited this page Jul 2, 2024
·
2 revisions
AutoHeight is class that let's Grooper Tables , with one or more multiline columns, grow vertically only as much as necessary. Out of the box, we have a table with Item/Description. This column is set to multiline, with 3 display lines.
Notice that, even though the first row only has 2 lines, the table cell still takes up 3 lines. If the row had had 4 lines, we now need to scroll into this tiny cell to read the value.
Adding the CSS Class "AutoHeight" to the Grooper Table will now let the each row shrink or grow automatically.