PablocFonseca / streamlit-aggrid

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

Fix for preselected rows #221

Closed gururise closed 4 months ago

gururise commented 1 year ago

This fix indexes preSelectedRow index correctly and thus fixes issue #207

chrda81 commented 11 months ago

Any news, when a new version is released with this fix?

SubaruSpirit commented 10 months ago

Is this fix in any of the releases? I'm currently using 0.3.4.post3, and pre_selected_rows is not working

gururise commented 7 months ago

Seems like this project may be dead. I've created a pypi package with this fix here: https://pypi.org/project/streamlit-aggrid-bugfix/

hansthen commented 4 months ago

Thanks for merging the fix. Any idea when a new version will be released to pypi?

algorni commented 2 months ago

Is this fix in any of the releases? I'm currently using 0.3.4.post3, and pre_selected_rows is not working

same here