Pablo Fonseca
Pablo Fonseca
I just got back to st_aggrid development. I'm working on state management and my idea is to deprecate reload_data. The grid will be full responsive to gridOptions and data changes.
Check this example https://staggrid-examples.streamlit.app/?example=Using%20Custom%20Cell%20Renderer
Could you please provide an example script for me to investigate?
I'm returning to develop staggrid after sometime. It was hard to me to dedicate time to the project last year. Any help would be very welcome. Please contact me
I had to upgrade aggrid-react. And pure html responses won't work anymore. You'll need to use a cellRenderer. More info: https://github.com/ag-grid/ag-grid/issues/5427
Set a fixed key on AgGrid call, by using key="something". Grid won't be destroyed between reruns. If you need to reload data use reload_data=True