PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
1.05k stars 199 forks source link

add a new row in aggrid on click of button outside the grid #213

Open dssingh18 opened 1 year ago

dssingh18 commented 1 year ago

I have a requirement wherein I have to add a new row with some prefilled data in few columns and few columns will be editable, in a already existing grid. The button will not inside grid, it will be out of the grid (streamlit button). Any pointer for the requirement?