How to set the row height in a table/data grid

I'm looking to set the row height in a table/data grid to a specific number.


I can't find the setting anywhere. Where is it hidden?


Thanks

I have inserted a state indicator column into my table and that does have cell height. I can also control it by changing the height of an image brought in through the HTML text format in a text column.

Surely there must be a better way of doing things.

I think the Cell Padding property should give you the same results. If not, please explain your scenario a bit.


The Cell Padding property is in the Layout tab of the Properties panel for the table.



I have the same question. Cell padding only changes the padding around each cell, but my row height is being determined by messages that are displaying (I’m basically creating an outbox), and I’d like just the first line of the message to display and they can click to view the whole thing instead of all the rows changing height depending on how long the message is and whether they used line breaks (having text wrapping disabled still includes all line breaks).

1 Like