I cannot figure out how to store clientside table changes. Currently, I have a client side callback for getting row, column and changed value. After hitting a button I want to process all the changes together to update the table in a sqlite database.
With the store component I can’t seem to append data (for appending the changes).
I do not want to update the sqlite database with each change made.
Is there another way?
2 posts - 1 participant