Now I’m not sure if this is an ag-grid issue, streamlit issue or both…I am a BIG user of ag-grid but this issue is a silent killer.
Upon refresh of the ag-grid, at RANDOM, the entire page will fully refresh and widgets/Filters reset, thus the last update to the grid does not get saved to backend. My users no longer can use the grid because it is not reliable. They update a bunch of rows, and after clicking “update” the page does a full refresh and all their inputs are NOT saved.
I have also looked everywhere and tried all types of different variations of settings…same issue…I tried all update_modes (‘GRID_UPDTAE’, ‘VALUE_UPDATE’, ‘MANUAL’…) the experience is the same.
I’ve seen on streamlit forums that others have experienced similar phantom page resets where they did not use ag-grid so I’m thinking this appears to be a streamlit issue rather than ag-grid? I also have experienced similar full page resets when not using ag-grid but those are harder to duplicate, the ag-grid issues happens all the time.
Had anyone else experienced this? I can’t continue to use aggrid on streamlit if this issue doesn’t get resolved