Skip to contents

Context object to update a tabulator() HTML widget

Usage

tabulatorContext(output_id, session = shiny::getDefaultReactiveDomain())

Arguments

output_id

A tabulator output id set with tabulatorOutput().

session

A shiny session object.

Value

A context object that can be used to interact with a tabulator() HTML widget

Details

Makes it possible to update your tabulator() HTML widget in Shiny apps.

Examples

# \donttest{
tabulatorContext("table") |>
  trigger_download("csv")
# }