I am using streamlit 1.19.0 and streamlit-aggrid 0.3.4. I copied the exact code on this page , but I noticed that when height is defined, the table does not automatically show up on page load. It shows up after I do some page resizing etc.
Thank you @ferdy. The problem still persists though even if fit_columns_on_grid_load is set True. So far only downgrading it to 0.3.3 seems to solve the problem.