set_tooltip | R Documentation |
Set tooltip
set_tooltip(widget, column)
widget |
A |
column |
The name of the column the formatter is applied to. |
The updated tabulator()
HTML widget
tabulator(airquality) |>
set_formatter_traffic_light("Ozone") |>
set_tooltip("Ozone")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.