Aggrid: underlying data not being updated when using the api

Hi,

I am using Streamlit Aggrid (0.2.3).

If I delete a row using the JS API and then check my aggrid return variable[‘data’], the deletion does not get reflected.

To get around this, I would probably need to somehow delete the row from the dataframe, to get it reflected in aggrid on the next refresh loop. But this is not a proper way to code.

Anyone has managed to accomplish this?

Thanks in advance,

Cheers

1 Like