DEBSOURCES
Skip Quicknav
sources / r-cran-dt / 0.17%2Bdfsg-3 / inst / examples / DT-filter / ui.R
12345678
library(shiny) shinyUI(fluidPage( title = 'Column Filters on the Server Side', fluidRow( DT::dataTableOutput('tbl') ) ))