inst/apps/example_table/server.R

server = function(input, output, session) {

    output$amt <- DT::renderDataTable({
      
      DT::datatable(mtcars, 
                    options = list(pageLength = 8))
})
}
Auburngrads/teachingApps documentation built on June 17, 2020, 4:57 a.m.