Home > @tridion-sites/extensions > TableColumnHookResult
Signature:
export interface TableColumnHookResult
Property | Modifiers | Type | Description |
---|---|---|---|
initialWidth? | number | (Optional) The initial width of the column. | |
isAvailable | boolean | Indicates the availability of the column in the table. | |
isResizable | boolean | Indicates whether the column width can be manually adjusted. | |
minWidth? | number | (Optional) The minimum width that the column can have. | |
title | string | Title associated with the column. |