Documentation

@kanunilabs/datagrid-react


@kanunilabs/datagrid-react / GridTooltipConfig

Interface: GridTooltipConfig

Defined in: datagrid-react/src/types.ts:195

Grid-wide tooltip behaviour (P2.1).

Properties

delay?

optional delay?: number

Defined in: datagrid-react/src/types.ts:203

Milliseconds of hover before it appears. Default 400 — long enough that sweeping the pointer across a grid does not strobe, short enough to feel like an answer rather than a wait.


enabled?

optional enabled?: boolean

Defined in: datagrid-react/src/types.ts:197

Off entirely, truncation fallback included. Default true.


showOnTruncation?

optional showOnTruncation?: boolean

Defined in: datagrid-react/src/types.ts:208

Show the full text when a cell's content is clipped. Default true; this is the behaviour the column API exists to override, not the other way round.