inst/examples/cmip5/ui.r

library(shiny)

shinyUI(fluidPage(
  title = 'Use the DT package in shiny',
  # h1('A Table Using Client-side Processing'),
  # fluidRow(
  #   column(2),
  #   column(8, DT::dataTableOutput('tbl_a')),
  #   column(2)
  # ),
  h1('A Table Using Server-side Processing'),
  fluidRow(
    column(2),
    column(8, DT::dataTableOutput('tbl')),
    column(2)
  )
))
mdsumner/CMIP5files documentation built on May 22, 2019, 4:25 p.m.