tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > TableColumnExtensionConfiguration

TableColumnExtensionConfiguration interface

Signature:

export interface TableColumnExtensionConfiguration<TItem extends IdentifiableObject>

Properties

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.