Learn R Programming

D3TableFilter (version 0.7)

disableEdit: Disable editing of a tableFilter widget

Description

Disable editing of a tableFilter widget

Usage

disableEdit(session, tbl, cols = NULL)

Arguments

tbl

Name of the table to disable editing.

cols

Disable editing of single column ("col_0") or multiple columns (c("col_0", "col_1")).

Session

Shiny session object.

Examples

Run this code
# NOT RUN {
disableEdit(session, "mtcars", c("col_1", "col_2"))
# }

Run the code above in your browser using DataLab