Parameters of undo method do not work

After making a lot of changes to datatable, I want to undo them all.
But it doesn’t work even if I set the options as described in the documentation.
Am I using the “UndoAll” button in the following sample incorrectly?
sample

Good day @keisuke,

To achive this this purpose, your function should go through the max number of records (undoLimit) and call undo() for each record.
Please, check out the spippet with example: Code Snippet

Hi @NatashaS

Thank you for your response.
It works well.

Thanks!

1 Like