Learn R Programming

reactable.extras (version 0.2.0)

button_extra: Button input for reactable column cell

Description

Button input for reactable column cell

Usage

button_extra(id, key = NULL, ...)

Value

Custom JS button renderer for reactable

Arguments

id

id of the button input

key

alternative unique id for server side processing

...

parameters of button, only class is supported for now

Examples

Run this code
reactable::colDef(cell = button_extra("click", class = "table-button"))

Run the code above in your browser using DataLab