Hello
I am having the same issue as in this thread (which is now closed but unanswered).
Version; 7.1.0
Demo: http://jsfiddle.net/28ocdxj6/1/ (using CDN of latest version)
Workflow;
- I have a table that has some read only columns
- I remove a row using alter
- Run the undo function
Expected result; The row is restored with all values
Actual result; The row is restored but all read only columns are blank
I dont see an outstanding bugs for the undo/redo plugin.
Original data;
After delete;
After undo;