I have a streamlit-aggrid grid and I want the height of it to be as much as rows are in the grid, but I haven't found how to set the grid, the only documental reference I have found is this, and it says the height
argument is defaulted to 400 and you can set it, but there's no way to set it to be dynamic.
How can I do that?