text_extra | R Documentation |
Text input for reactable column cell
text_extra(id, key = NULL, ...)
id |
id of the text input |
key |
alternative unique id for server side processing |
... |
parameters of text input, only |
Custom JS text input renderer for reactable
reactable::colDef(cell = text_extra("text", class = "table-text"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.