tooltip_extra {reactable.extras} | R Documentation |
Tool-tip for table headers
Description
Tool-tip for table headers
Usage
tooltip_extra(content, theme = "light")
Arguments
content |
The content to be displayed in the tool-tip |
theme |
The theme of the tool-tip, either "light", "light-border", "material" or "translucent" |
Value
Custom JS tool-tip renderer for reactable
Examples
reactable::colDef(header = tooltip_extra("This is my tool-tip", theme = "material"))
[Package reactable.extras version 0.2.0 Index]