streamlit-aggrid icon indicating copy to clipboard operation
streamlit-aggrid copied to clipboard

Reselect of rows on re-runs doesn't work

Open algorni opened this issue 9 months ago • 1 comments

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 avatar May 05 '24 20:05 algorni