inst/examples/DT-filter/ui.R

library(shiny)

shinyUI(fluidPage(
  title = 'Column Filters on the Server Side',
  fluidRow(
    DT::dataTableOutput('tbl')
  )
))
keyan007/DT documentation built on May 31, 2019, 2:24 p.m.