renv/library/R-4.0/x86_64-w64-mingw32/DT/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)
  )
))
MarkNichollsDVSA/TestGolemApp documentation built on Feb. 13, 2021, 1:21 p.m.