Description Usage Arguments Note
Update choices in selectizeInput without rerendering
1 2 3 4 5 | update_options(proxy, options)
update_value(proxy, value)
update_option(proxy, value, data)
|
proxy |
a proxy object returned by |
options |
a (optionally named) vector of options for the selectize, or a list with values for labels, values, and groups |
value |
Value of option to be edited |
data |
Updated data |
Similar to shiny::updateSelectizeInput
except asynchronious
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.