Hi There, Iām using AgGrid to display data frame in streamlit app. The data is displayed accurately but when I interact with the data like sort or use filters the data frame disappears from the page. So I just wanted to know what am I doing wrong or how do I fix this issue ?
AgGrid(dataframe)
Thanks,
Bharat