Learn R Programming

reactable.extras (version 0.2.0)

tooltip_extra: Tool-tip for table headers

Description

Tool-tip for table headers

Usage

tooltip_extra(content, theme = "light")

Value

Custom JS tool-tip renderer for reactable

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"

Examples

Run this code
reactable::colDef(header = tooltip_extra("This is my tool-tip", theme = "material"))

Run the code above in your browser using DataLab