Tooltips

Add hover hints on column headers for units, definitions, or extra context.

Add a header tooltip

Set tooltip on a column. The text appears when users hover the header — useful for units, definitions, or short guidance.

TypeScript
{
accessor: "price",
label: "Price",
width: 120,
type: "number",
tooltip: "Current retail price in USD",
}

Example

Props

Tooltip Configuration

PropertyRequiredDescriptionExample
ColumnDef.tooltip
string
Optional
Text shown on hover over the column header.