TooltipConfig
Configuration for the Tooltip plugin.
Example
Section titled “Example”// Enable both header and cell tooltips (default)new TooltipPlugin()
// Header tooltips onlynew TooltipPlugin({ cell: false })
// Disable all tooltips temporarilynew TooltipPlugin({ header: false, cell: false })Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
header? | boolean | Enable automatic header tooltips when text overflows. Individual columns can override with headerTooltip. |
cell? | boolean | Enable automatic cell tooltips when text overflows. Individual columns can override with cellTooltip. |
Property Details
Section titled “Property Details”header
Section titled “header”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