Using flexGrid "minmax" for flexible table Heights

Hi,

i was wondering if i can flexibly adjust the height of the table dynamically depending on the table content and filtering? I have currently tried it with this:

minmax(500px, max-content)

Thank you :slight_smile:

Hi Kyra,
maybe this helps. As far as I understand it the table has height of 400px as default (see our styleguide - screenshot left). Therefore max-content will be always 400px in this case. If you want to grow the table dynamic you have to define a value higher than 400px. Like 1000px in my screenshot. But be aware of considering what elements follow bellow as the user would have at least to scroll this height until to reach lower elements.