Learn R Programming

reactable.extras (version 0.2.0)

checkbox_extra: Checkbox input for reactable column cell

Description

Checkbox input for reactable column cell

Usage

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

Value

Custom JS checkbox renderer for reactable

Arguments

id

id of the checkbox input

key

alternative unique id for server side processing

...

parameters of checkbox, only class is supported for now

Examples

Run this code
reactable::colDef(cell = checkbox_extra("check", class = "table-check"))

Run the code above in your browser using DataLab