inst/examples/DT-deleteRows/ui.R

library(shiny)
library(DT)

fluidPage(
  tags$h4(
    "Click the button to delete the selected rows."
  ),
  br(),
  DTOutput("dtable")
)
rstudio/DT documentation built on April 9, 2024, 10:39 p.m.