Increase Row height in Dash Table

I have only 7 rows in my dash table . I want to relatively increase the row height so that the table occupies more screen space .

I tried using style_table={‘height’: ‘50em’}. It increased the table height but didn’t increase the row/cell height.

Any work around to increase row height in Dash table so that it fills up the screen

There is a row height example in the documentation here: https://dash.plotly.com/datatable/height