Table row hight

I have a table and set the row height to 100 but it isn’t enough and content is cut off. How can i make the row height fit the content?

1 Like

https://www.wix.com/corvid/forum/community-discussion/possible-to-make-cell-height-in-user-input-table-autosize

https://www.wix.com/corvid/forum/community-discussion/table-row-height-help

Thanks, doesn’t look like it supports a dynamic height, pretty pathetic if you think about it. 100 isn’t enough for me as the text is cut off

@waynetheron you can use a repeater instead. The repeater can be designed to look exactly like your table and there’s no limitations on the container height (The container height is dynamic).
To make it look exactly like your table, you’ll have to write some code to change the row background if the index is even + to collapse the title element if index !==0;
It’s a little bit more work but it will overcome the table limitations (It’ll probably also fit better to mobile view).

decided to drop the details and just go with the headline- wix please ass proper support for column height based on content width.