dcc.Store cannot save the interactive part

Can we feed the data gathered from an editable dash_table.DataTable back to the same table? Examples given on the Dash User Guide take editable inputs and feed them to non-interactive sections.

The goal is to save things that users have done in the app without using ‘persistence’.