Learn R Programming

D3TableFilter (version 0.7)

clearFilters: Clear all filters from a table

Description

Clear all filters from a table

Usage

clearFilters(session, tbl, doFilter = TRUE)

Arguments

tbl

Name of the table to clear.

doFilter

Unfilter the table after clearing the filter strings.

Session

Shiny session object.

Examples

Run this code
# NOT RUN {
clearFilters(session, "mtcars")
# }

Run the code above in your browser using DataLab