tabulatorContext {rtabulator} | R 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 |
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")
[Package rtabulator version 0.1.2 Index]