tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > TableColumnHookResult

TableColumnHookResult interface

Signature:

export interface TableColumnHookResult

Properties

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.