Tool-tip for table headers
Examples
reactable::colDef(header = tooltip_extra("This is my tool-tip", theme = "material"))
#> $header
#> [1] "function(columnInfo) {\n return React.createElement(TooltipExtras,\n {column: columnInfo.name, tooltip: 'This is my tool-tip',\n theme: 'material'})\n }"
#> attr(,"class")
#> [1] "JS_EVAL"
#>
#> attr(,"class")
#> [1] "colDef"