Skip to content

AutoHeight

Steven Rotelli edited this page Jul 2, 2024 · 2 revisions

AutoHeight is class that let's Grooper image 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.

image

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.

image

Adding the CSS Class "AutoHeight" to the Grooper Table image will now let the each row shrink or grow automatically.

image image

Clone this wiki locally