tooltip_extra | R Documentation |
Tool-tip for table headers
tooltip_extra(content, theme = "light")
content |
The content to be displayed in the tool-tip |
theme |
The theme of the tool-tip, either "light", "light-border", "material" or "translucent" |
Custom JS tool-tip renderer for reactable
reactable::colDef(header = tooltip_extra("This is my tool-tip", theme = "material"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.