update_rank_list {sortable} | R Documentation |
Change the value of a rank list.
Description
At the moment, you can only update the text
of the rank_list
, not the
labels.
Usage
update_rank_list(
css_id,
text = NULL,
session = shiny::getDefaultReactiveDomain()
)
Arguments
css_id |
This is the css id to use, and must be unique in your shiny
app. This defaults to the value of |
text |
Text to appear at top of list. |
session |
The |
See Also
[Package sortable version 0.5.0 Index]