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