Learn R Programming

reactable.extras (version 0.2.0)

date_extra: Date input for reactable column cell

Description

Date input for reactable column cell

Usage

date_extra(id, key = NULL, ...)

Value

Custom JS date input renderer for reactable

Arguments

id

id of the date input

key

alternative unique id for server side processing

...

parameters of date input, only class is supported for now

Examples

Run this code
reactable::colDef(cell = date_extra("date", class = "table-date"))

Run the code above in your browser using DataLab