powered by
Select input for reactable column cell
dropdown_extra(id, choices, key = NULL, ...)
Custom JS dropdown renderer for reactable
id of the select input
vector of choices
alternative unique id for server side processing
parameters of date input, only class is supported for now
class
reactable::colDef( cell = dropdown_extra("dropdown", choices = letters[1:5], class = "table-dropdown" ) )
Run the code above in your browser using DataLab