disableEdit: Disable editing of a tableFilter widget

Description Usage Arguments Examples

Description

Disable editing of a tableFilter widget

Usage

1
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

1
disableEdit(session, "mtcars", c("col_1", "col_2"))

ThomasSiegmund/D3TableFilter documentation built on May 9, 2019, 4:46 p.m.