inst/examples/DT-deleteRows/ui.R

library(shiny)
library(DT)

fluidPage(
  tags$h4(
    "Click the button to delete the selected rows."
  ),
  br(),
  DTOutput("dtable")
)

Try the DT package in your browser

Any scripts or data that you put into this service are public.

DT documentation built on Oct. 5, 2023, 5:09 p.m.