inst/examples/rhandsontable_datafile/ui.R

library(rhandsontable)

shinyUI(fluidPage(
  titlePanel("Edit Data File"),
  helpText("Changes to the table will be automatically saved to the source file."),
  # uncomment line below to use action button to commit changes
  actionButton("saveBtn", "Save"),
  rHandsontableOutput("hot")
))
jrowen/rhandsontable documentation built on Dec. 11, 2021, 12:44 p.m.