tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > TableColumnHookResult > initialWidth

TableColumnHookResult.initialWidth property

The initial width of the column.

Signature:

readonly initialWidth?: number;

Remarks

If the TableColumnHookResult.isResizable is set to true, this value is utilized for initial width calculations of each column. Otherwise, the column will have a fixed width based on this value.