Skip to main content

TableColumnConfig

Configuration options for individual table columns in TableConfig.

Properties

cellTemplate()?

optional cellTemplate: (props) => null | Element

Custom template function to render cell content

Parameters

props

TableCellTemplateProps

Returns

null | Element


isDateAsTimeAgo?

optional isDateAsTimeAgo: boolean

Whether date values should be displayed as relative time (e.g., "2 days ago")