View source: R/utils_helpers.R
qpr_datatable | R Documentation |
Function to render datatable from default template for QPR tabitems
qpr_datatable(
.data,
.replace = FALSE,
caption = NULL,
rownames = FALSE,
filter = "top",
options = list(dom = "ltpi"),
...
)
.data |
|
.replace |
|
caption |
the table caption; a character vector or a tag object
generated from |
rownames |
|
filter |
whether/where to use column filters; |
options |
a list of initialization options (see
https://datatables.net/reference/option/); the character options
wrapped in |
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.