inst/examples/aggrid-shiny/server.R

library(shiny)
library(RagGrid)


shinyServer(function(input, output, session) {
    output$tbl1 <- renderRagGrid(
        aggrid(iris)
     )
})

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.