Column API Reference

ColumnDefTemplate

Type Alias: ColumnDefTemplate<TProps>

ts
type ColumnDefTemplate<TProps> = string | (props) => any;

Defined in: types/ColumnDef.ts:60

A renderable column template value.

Strings render directly; functions receive the relevant cell/header context and can return framework-specific render output.

Type Parameters

TProps

TProps extends object