rhandsontable icon indicating copy to clipboard operation
rhandsontable copied to clipboard

How to use undo?

Open Gateux opened this issue 4 years ago • 4 comments

I've tried to run the basic example:

shiny::runGitHub("rhandsontable", "jrowen", 
                 subdir = "inst/examples/rhandsontable_output")

Say, I delete the first value: image However, the 'undo' action is gray, can't really use it.

Do I need to add some option to the code? Thank you

Gateux avatar Feb 03 '21 18:02 Gateux

I've tried to run the basic example:

shiny::runGitHub("rhandsontable", "jrowen", 
                 subdir = "inst/examples/rhandsontable_output")

Say, I delete the first value: image However, the 'undo' action is gray, can't really use it.

Do I need to add some option to the code? Thank you

I am facing the same issue.

kumarangithub6485 avatar Feb 02 '22 17:02 kumarangithub6485

This seems to be an issue with the shiny implementation - it's working fine when used without shiny: rhandsontable(data.frame(x = runif(5), y = runif(5))): Animation

ismirsehregal avatar Feb 07 '22 16:02 ismirsehregal

This seems to be an issue

Do have any workaround/suggestions to fix this issue in R shiny?

kumarangithub6485 avatar Feb 07 '22 18:02 kumarangithub6485

Any news on this issue?

vivigirardin avatar Mar 20 '24 08:03 vivigirardin