PablocFonseca / streamlit-aggrid

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

Reselect of rows on re-runs doesn't work #269

Open algorni opened 2 months ago

algorni commented 2 months ago

As per title of this issue, i'm trying to reselect the rows using

gb.configure_selection('multiple', use_checkbox=True, pre_selected_rows=pre_selected_indices)

but it simply doesn't work.

algorni commented 2 months ago

Ops, sorry this sounds like a duplicate of those other two:

https://github.com/PablocFonseca/streamlit-aggrid/issues/207 https://github.com/PablocFonseca/streamlit-aggrid/issues/197