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