Learn R Programming

D3TableFilter (version 0.7)

setFootCellValue: Set foot cell value

Description

Set foot cell value

Usage

setFootCellValue(session, tbl, row, col, value, feedback = FALSE)

Arguments

tbl

Name of the table.

row

Footer row number (one-based).

col

Footer olumn number (one-based). If showRowNames == TRUE, the rownames column is number zero.

value

Cell value to set.

Session

Shiny session object.

Examples

Run this code
# NOT RUN {
setFootCellValue(session, "mtcars", row = 1, col = 1, val = 8)
# }

Run the code above in your browser using DataLab