powered by
Enable editing of a tableFilter widget
enableEdit(session, tbl, cols = NULL)
Name of the table to be edited.
editing of single column ("col_0") or multiple columns (c("col_0", "col_1")).
"col_0"
c("col_0", "col_1")
Shiny session object.
# NOT RUN { enableEdit(session, "mtcars", c("col_1", "col_2")) # }
Run the code above in your browser using DataLab