Manoharan_Thambi:
configure_se
Unfortunately, the suggested solution does not work if the dataframe contains random values. I have opened a new thread to discuss this issue, which you can find here:
Hello everyone,
I’m currently working on a real-time metrics dashboard with an AgGrid table to display the data. To keep the data up-to-date, I would like to reload it automatically every 15 seconds. I’ve tried using st_autorefresh to accomplish this, but I’m facing an issue where the AgGrid table loses the selected rows after each page update, even when using pre_selected_rows.
Do any of you have experience with this issue and know how to solve it?
Here’s the link for the example repository: …