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