Description Usage Arguments Value
View source: R/dynamic_table.R
Creates a dynamic dataTable for the reactive dataset handled by the table_data() function and is served to the server side based on an input dataset
1 2 3 4 5 6 | dynamic_table_ui(
id,
name = "Dynamic DataTable",
tbl_width = 12,
handler_width = 3
)
|
id |
string the id from which to generate a namespace for the module |
name |
The name of the datatable |
tbl_width |
string the label for the left UI element |
handler_width |
numeric the width of the right UI element column (of 12) |
HTML code for UI corresponding to the 'dynamic_table_server()' function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.