Date input for reactable column cell
Examples
reactable::colDef(cell = date_extra("date", class = "table-date"))
#> $cell
#> [1] "function(cellInfo) {\n return React.createElement(dateExtras,\n {id: 'date', value: cellInfo.value, uuid: cellInfo.row['.internal_uuid'] ? cellInfo.row['.internal_uuid'] : (Number(cellInfo.id) + 1),\n column: cellInfo.column.id , class: 'table-date', className: 'table-date'}, cellInfo.id)\n }"
#> attr(,"class")
#> [1] "JS_EVAL"
#>
#> attr(,"class")
#> [1] "colDef"