tabulatorContext: Context object to update a 'tabulator()' HTML widget

View source: R/tabulator_context.R

tabulatorContextR Documentation

Context object to update a tabulator() HTML widget

Description

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.

Details

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

Value

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

Examples


tabulatorContext("table") |>
  trigger_download("csv")


rtabulator documentation built on Sept. 23, 2024, 5:11 p.m.