inst/examples/rhandsontable_comment/ui.R

library(rhandsontable)

shinyUI(fluidPage(
  titlePanel("Handsontable"),
  sidebarLayout(
    sidebarPanel(
      helpText("Change a cell comment using the right-click menu. ",
               "Note that deleting a comment does not currently fire ",
               "a callback."),
      actionButton("exportData", "Export Data"),
      actionButton("exportComments", "Export Comments")
    ),
    mainPanel(
      rHandsontableOutput("hot")
    )
  )
))
jrowen/rhandsontable documentation built on Dec. 11, 2021, 12:44 p.m.