Reload Data for PinnedBottomRowData

Hi Everyone,

I am using the aggrid component with a key, and using the reload_data argument to selectively update the data displayed. This works well for the main body of the table, but not for the pinned bottom row data.

I am calculating the pinned data in python as a data frame, and then supplying to the grid options:

gb_grid_options[‘pinnedBottomRowData’] = totalsDataframe.fillna(‘’).to_dict(orient=‘records’)

Is it possible to update the pinned bottom row data, without redrawing the whole table?
It looks as though there is a function in aggrid to refresh the data using an api:

Is it possible to access this api from streamlit?

Thanks for your help,
Jonny

1 Like

Same issue here :frowning: