DillonHammill / DataEditR

An Interactive R Package for Viewing, Entering Filtering and Editing Data
https://dillonhammill.github.io/DataEditR/
384 stars 40 forks source link

No UNdo correction possible... #2

Open sfd99 opened 4 years ago

sfd99 commented 4 years ago

Hi Dillon,

DataEditR = GREAT and useful pkg!. Very much needed...

But No UNdo correction is possible...

ie: (in mtcars DF example),

if I change the wt value of the 1st row from: 2.62 to: 2.99 and press Enter.

and... -oops!- I made a mistake!

But there is no way to "undo" the wrong value I entered, (the word "undo" is grayed out in the right-click dropdown menu).

Ctrl-Z also does not correct the value(s). Would be a nice shortcut to have to UNdo mistakes...it's quite a popular, universal shortcut!.

Am I missing something? Thanks!

SFd99 Rstudio 1.3.1056 R 4.0.2 Ubuntu Linux 20.04.4 64bits ==================

DillonHammill commented 4 years ago

@sfd99, rhandsontable does not have native support for the undo/redo feature. I have been playing around with it, but haven't got it to work as yet. I will let you know once I figure it out!

sfd99 commented 4 years ago

thanks, Dillon!. Hope you find way to implement Ctrl-Z / UNdo.

Would be very helpful and needed.