PablocFonseca / streamlit-aggrid

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

update pinned top and bottom rows on reload_data #228

Open geertjan-garvis opened 11 months ago

geertjan-garvis commented 11 months ago

@PablocFonseca this is a change we are using internally. The issue is that a pinned top/bottom row won't refresh otherwise when using key + reload_data. Happy to rework this if you want to use another approach (e.g. considered adding it as a separate reload flag instead)