rhandsontable
rhandsontable copied to clipboard
How to use undo?
I've tried to run the basic example:
shiny::runGitHub("rhandsontable", "jrowen",
subdir = "inst/examples/rhandsontable_output")
Say, I delete the first value:
However, the 'undo' action is gray, can't really use it.
Do I need to add some option to the code? Thank you
I've tried to run the basic example:
shiny::runGitHub("rhandsontable", "jrowen", subdir = "inst/examples/rhandsontable_output")
Say, I delete the first value:
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.
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)))
:
This seems to be an issue
Do have any workaround/suggestions to fix this issue in R shiny?
Any news on this issue?