dropdown_extra | R Documentation |
Select input for reactable column cell
dropdown_extra(id, choices, key = NULL, ...)
id |
id of the select input |
choices |
vector of choices |
key |
alternative unique id for server side processing |
... |
parameters of date input, only |
Custom JS dropdown renderer for reactable
reactable::colDef(
cell = dropdown_extra("dropdown",
choices = letters[1:5],
class = "table-dropdown"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.