gt_update_select {gt} | R Documentation |
Update a gt selection in Shiny
Description
Update the selection in an interactive gt table rendered using
render_gt()
. The table must be interactive and have selection enabled (see
opt_interactive()
).
Usage
gt_update_select(outputId, rows, session = shiny::getDefaultReactiveDomain())
Arguments
outputId |
Shiny output ID
The id of the |
rows |
Row indices
The id of the |
session |
Shiny session
The session in which the |
Value
A call to the JavaScript binding of the table.
Function ID
12-3
See Also
Other Shiny functions:
gt_output()
,
render_gt()
[Package gt version 1.0.0 Index]