Home > @tridion-sites/extensions > TableColumnExtensionConfiguration
Signature:
export interface TableColumnExtensionConfiguration<TItem extends IdentifiableObject>
| Property | Modifiers | Type | Description |
|---|---|---|---|
| component | ComponentType<TableColumnExtensionComponentProps<TItem>> | The component to be rendered for each cell that belongs to the column. | |
| id | string | A unique identifier for the column. | |
| useColumn | TableColumnHook | Hook that contains behavior of the column. |