inst/examples/DT-scroller/ui.R

library(shiny)

shinyUI(fluidPage(
  title = 'Using the Scroller Extension in DataTables',
  fluidRow(
    column(2),
    column(8, DT::dataTableOutput('tbl')),
    column(2)
  )
))
rstudio/DT documentation built on April 9, 2024, 10:39 p.m.