displayDataTable | R Documentation |
A column of delete buttons for each row in the data frame for the first column
displayDataTable(df, id1, id2, ...)
df |
data frame |
id |
id prefix to add to each actionButton. The buttons will be id'd as id_INDEX. |
A DT::datatable with escaping turned off that has the delete buttons in the first column and df
in the other
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.