gt_update_select | R Documentation |
Update the selection in an interactive gt table rendered using
render_gt()
. The table must be interactive and have selection enabled (see
opt_interactive()
).
gt_update_select(outputId, rows, session = shiny::getDefaultReactiveDomain())
outputId |
Shiny output ID
The id of the |
rows |
Row indices
The id of the |
session |
Shiny session
The session in which the |
A call to the JavaScript binding of the table.
12-3
Other Shiny functions:
gt_output()
,
render_gt()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.