Height Options Table

I wanted to share an idea for controlling the table height in a more dynamic way.

In addition to the current options (Auto or Fixed), I would argue that it would make sense to have a table auto "grow" to the remaining height of the module.

So in essence, any table with the height property set to "Grow" would take advantage of the available real-estate below it.

In the context of a module, this would essentially allow dynamic height for a table.

The current problem we're facing is that while you can create a module containing a table, one can only use a fixed height, basically.

In other words: there is no way to re-use the same module with the table and have the table adjust according to the height of the module.

I am referring to the options below, which could be expended to include this behavior:

Screenshot

1 Like

If this proves to be too difficult to implement short term, I could also envision a different strategy: allow for dynamic height, similar to the margin. By doing so, one could possibly refer to any value, like the height of the module itself (minus some component), to make this all responsive.