You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use any examples with object data source at http://handsontable.com/demo/datasources.html, fiddle it and set "contextMenu:true", like in this fiddle http://jsfiddle.net/96XYQ/
Then, use remove row, and now try undo from context menu. You just can't undo it.
It's very specific with arrays of objects, because the first example without objects on the page work fine ( -> http://jsfiddle.net/ydaFm/ ).
Have a nice day.
The text was updated successfully, but these errors were encountered:
As you are only processing only arrays of arrays, each properties of objects aren't stored in the "changes" array, thus not added to the undo/redo array.
I've gone through the whole UndoRedo mechanism and found that it does not handles undoing and redoing operations related to altering table structure well. I'm currently rewriting UndoRedo and aim to merge my changes before version 0.9.14 is released.
Hello,
Use any examples with object data source at http://handsontable.com/demo/datasources.html, fiddle it and set "contextMenu:true", like in this fiddle http://jsfiddle.net/96XYQ/
Then, use remove row, and now try undo from context menu. You just can't undo it.
It's very specific with arrays of objects, because the first example without objects on the page work fine ( -> http://jsfiddle.net/ydaFm/ ).
Have a nice day.
The text was updated successfully, but these errors were encountered: