mod_format_DT | R Documentation |
A shiny Module.
mod_format_DT_ui(id)
mod_format_DT_server(
id,
data,
withDLBtns = FALSE,
showRownames = FALSE,
dom = "Bt",
hc_style = reactive({
NULL
}),
full_style = reactive({
NULL
}),
filename = "Prostar_export",
hideCols = reactive({
NULL
})
)
id |
shiny id |
data |
xxx |
withDLBtns |
xxx |
showRownames |
xxx |
dom |
xxx |
hc_style |
xxx |
full_style |
A list of four items:
|
filename |
xxx |
hideCols |
xxx |
NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.