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)
  )
))

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.