Learn R Programming

reactable.extras (version 0.2.0)

text_extra: Text input for reactable column cell

Description

Text input for reactable column cell

Usage

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

Value

Custom JS text input renderer for reactable

Arguments

id

id of the text input

key

alternative unique id for server side processing

...

parameters of text input, only class is supported for now

Examples

Run this code
reactable::colDef(cell = text_extra("text", class = "table-text"))

Run the code above in your browser using DataLab