Skip to content

TooltipConfig

Since v1.28.0

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://toolboxjs.com/llms-full.txt