Save editable table fields to localstorage

I'm writing a stocktake app.
It can take users multiple days to complete.
I'd like for each change in the editable column to be saved until submitted, across sessions/days.
Is there a built-in way to handle this case?

Hey Jason,
Have you tried the event handler for each change?
image

Hi Rati,
Yep, that's how I've gone ahead and built it. Convoluted solution. Just thought I might be missing something that's much simpler. Cheers!

1 Like