Skip to content

TooltipConfig

Configuration for the Tooltip plugin.

// Enable both header and cell tooltips (default)
new TooltipPlugin()
// Header tooltips only
new TooltipPlugin({ cell: false })
// Disable all tooltips temporarily
new TooltipPlugin({ header: false, cell: false })
PropertyTypeDescription
header?booleanEnable automatic header tooltips when text overflows. Individual columns can override with headerTooltip.
cell?booleanEnable automatic cell tooltips when text overflows. Individual columns can override with cellTooltip.

Default: true


Default: true


AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt