I’m currently evaluating this tool, and so far it looks quite promissing. But reading the question below, I realize that not all changes to the table data triggers the afterChange hook.
https://forum.handsontable.com/t/on-drag-afterchange-hook-is-not-working/5505/6
So, the “autosave” feature in the demo here:
…only works with that simple use case. But if one has activated “advanced” features, like being able to autofill cells, move/delete rows/colums etc, then the afterChange hook isn’t enough.
Is it documented somewhere how one can implement a fool proof autosave feature, that covers every possible type of change to the data?