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