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