Celebio/SlickGrid

Undo/redo support

mplorentz opened this issue · 5 comments

Right now the copy and paste actions are not really compatible with undo/redo features.

Copy/paste actions would need to be packaged up into an object with execute() and undo() methods as in https://github.com/Celebio/SlickGrid/blob/master/examples/example3b-editing-with-undo.html

I'm going to have to implement this for my site, I will submit a pull request when I do and you can see how you like it.

ok :)

Any news on this, any timeline? We also need the functionality on our website.

I have the code written, I just need to merge it in. I'll get to it this week or next week.

On Feb 6, 2013, at 6:38 AM, AbhinayGupta notifications@github.com wrote:

Any news on this, any timeline? We also need the functionality on our website.


Reply to this email directly or view it on GitHub.

Just submitted the pull request, see Issue #9.