Dcc.store multiple dataframe

Hi,
I have an editable dash table and want to store the table data to dcc.store. And also I have a save button in the app, everytime I click the button, I’d like to save and append the current table data to dcc.store (not updating the dcc.store data). Is there a way to do that?

Thanks,

Hi geliu,

I’d like to save and append the current table data to dcc.store (not updating the dcc.store data)

I’m not sure if I understand you correctly. If you want to save data to the dcc.Store, you will have to update the dcc.Store data. There is no way around that. Why do you want to avoid updating the dcc.Store data?

MichelH,

I have a similar but slightly different question. Any thoughts ?

How to save and access multiple data frames from dcc.Store in plotly dash - Dash - Plotly Community Forum