Learn R Programming

D3TableFilter (version 0.7.1)

enableEdit: Enable editing of a tableFilter widget

Description

Enable editing of a tableFilter widget

Usage

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

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

Run the code above in your browser using DataLab