| mod_format_DT_ui | R Documentation |
A shiny Module.
xxx
mod_format_DT_ui(id)
mod_format_DT_server(
id,
table2show,
withBtns = NULL,
showRownames = FALSE,
dom = "Bt",
style = reactive({ NULL })
)
id |
xxx |
table2show |
xxx |
withBtns |
xxx |
showRownames |
xxxx |
dom |
xxx |
style |
xxx |
xxx
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.