set_tooltip {rtabulator}R Documentation

Set tooltip

Description

Set tooltip

Usage

set_tooltip(widget, column)

Arguments

widget

A tabulator() HTML widget.

column

The name of the column the formatter is applied to.

Value

The updated tabulator() HTML widget

Examples

tabulator(airquality) |>
  set_formatter_traffic_light("Ozone") |>
  set_tooltip("Ozone")

[Package rtabulator version 0.1.2 Index]