Is there a way to preserve the selection state, when the table is being updated. For example:
I have a st.dataframe with selection_mode = “multi-row” inside a function with experimental_fragment decorator, as I need to update the table on certain interval. As, a user if I select row(s), they get deselected while the table gets updated. Is there any work around for this?
Any help is appreciated, Thank you!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.