streamlit-aggrid
streamlit-aggrid copied to clipboard
Reselect of rows on re-runs doesn't work
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.