View source: R/tabulator_context.R
tabulatorContext | R Documentation |
tabulator()
HTML widgetContext object to update a tabulator()
HTML widget
tabulatorContext(output_id, session = shiny::getDefaultReactiveDomain())
output_id |
A tabulator output id set with |
session |
A shiny session object. |
Makes it possible to update your tabulator()
HTML widget in Shiny apps.
A context object that can be used to interact with a tabulator()
HTML widget
tabulatorContext("table") |>
trigger_download("csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.