Description Usage Arguments Examples
Enable editing of a tableFilter widget
1 | enableEdit(session, tbl, cols = NULL)
|
tbl |
Name of the table to be edited. |
cols |
editing of single column ( |
Session |
Shiny session object. |
1 | enableEdit(session, "mtcars", c("col_1", "col_2"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.