Set tooltip
Arguments
- widget
A
tabulator()
HTML widget.- columns
The names of the columns the formatter is applied to.
Value
The updated tabulator()
HTML widget
Examples
tabulator(airquality) |>
set_formatter_traffic_light("Ozone") |>
set_tooltip("Ozone")