Creates a data table with controls in a column Warning: The created table has 'escape = FALSE' by default since we are generating HTML code
1 | datatableControls(df, id, ns = NS(""), ...)
|
df |
The data frame we want to add the control column to |
id |
id of the created columns |
ns |
Namespace function |
... |
The options to be passed into datatable. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.