View source: R/data_table_server.R
data_table_server | R Documentation |
Data Table Server
data_table_server(
id,
tbl,
options = list(pageLength = 10),
color = F,
color_column = NULL,
colors = NULL,
...
)
id |
a shiny id |
tbl |
at tibble |
options |
sent to DT::datatable |
color |
T/F |
color_column |
a column in the tbl |
colors |
sent to DT::styleEqual |
... |
args sent to DT::datatable |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.