inst/examples/aggrid-shiny/ui.R

library(shiny)

shinyUI(fluidPage(
  title = 'Use the RagGrid package in shiny',
  h1('A Table Using aggrid'),
  fluidRow(
    column(2),
    column(8, RagGrid::RagGridOutput('tbl1')),
    column(2)
  )
))

Try the RagGrid package in your browser

Any scripts or data that you put into this service are public.

RagGrid documentation built on May 2, 2019, 9:43 a.m.