Hey , glad that it worked out.
with st.sidebar :
#populate with your Aggrid table as mentioned above
AgGrid(df)
You can refer to several places over internet, below are few,
- https://github.com/PablocFonseca/streamlit-aggrid/tree/main/examples
- Ag-Grid component with input support - #150 by C45513
- I discussed the code in one of my video tutorials - (2nd Section is about AgGrid)
https://youtu.be/pzh1Zo5XDtM
Very soon, I’m planning to create another one with AgGrid, so do stay in touch & Goodluck with your project !
Best,
Avra