date_extra | R Documentation |
Date input for reactable column cell
date_extra(id, key = NULL, ...)
id |
id of the date input |
key |
alternative unique id for server side processing |
... |
parameters of date input, only |
Custom JS date input renderer for reactable
reactable::colDef(cell = date_extra("date", class = "table-date"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.