powered by
Disable editing of a tableFilter widget
disableEdit(session, tbl, cols = NULL)
Name of the table to disable editing.
Disable 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 { disableEdit(session, "mtcars", c("col_1", "col_2")) # }
Run the code above in your browser using DataLab