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

pre_select_all_rows not functional #273

Open benlindsay opened 4 months ago

benlindsay commented 4 months ago

Thanks for this package!

It looks like the pre_select_all_rows option doesn't do anything now (https://github.com/PablocFonseca/streamlit-aggrid/blob/main/st_aggrid/grid_options_builder.py#L316). Can we either get that turned back on or removed from the configure_selection() options? I'm guessing something changed on the aggrid side that changes or deprecates that option