enableEdit: Enable editing of a tableFilter widget

Description Usage Arguments Examples

Description

Enable editing of a tableFilter widget

Usage

1
enableEdit(session, tbl, cols = NULL)

Arguments

tbl

Name of the table to be edited.

cols

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

Session

Shiny session object.

Examples

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

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