| dropdown_extra {reactable.extras} | R Documentation | 
Select input for reactable column cell
Description
Select input for reactable column cell
Usage
dropdown_extra(id, choices, key = NULL, ...)
Arguments
| id | id of the select input | 
| choices | vector of choices | 
| key | alternative unique id for server side processing | 
| ... | parameters of date input, only  | 
Value
Custom JS dropdown renderer for reactable
Examples
reactable::colDef(
  cell = dropdown_extra("dropdown",
  choices = letters[1:5],
  class = "table-dropdown"
  )
 )
[Package reactable.extras version 0.2.0 Index]