Stretch child row height in nested table cells

I suggest to implement the following feature:

It would be a great feature to be able to stretch the row height in nested tables when the parent row provides more vertical space than required by the child rows.

A typical use case might be:

For example when the parent row contains a line break, and the nested table contains only one row, it would look much better if this row was stretched.

Sounds like a good Idea! :+1:

1 Like

Might be quiet challenging - the height of the “parent” row depends on the height of the child table and is not known finally before the child table is printed. Now, we’d need this to be the other way around. This would probably require an internal two pass approach.