mod_format_DT: mod_format_DT_ui and mod_format_DT_server

mod_format_DT_uiR Documentation

mod_format_DT_ui and mod_format_DT_server

Description

A shiny Module.

xxx

Usage

mod_format_DT_ui(id)

mod_format_DT_server(
  id,
  table2show,
  withBtns = NULL,
  showRownames = FALSE,
  dom = "Bt",
  style = reactive({     NULL })
)

Arguments

id

xxx

table2show

xxx

withBtns

xxx

showRownames

xxxx

dom

xxx

style

xxx

Value

xxx

Examples

## Not run: 

ui <- fluidPage(
  mod_format_DT_ui('tbl')
)
server <- function(input, output){
  mod_format_DT_server(id = 'tbl',table2show = reactive({head(iris)}))
}
shinyApp(ui, server)

## End(Not run)


samWieczorek/Magellan documentation built on March 30, 2022, 3:40 a.m.