Home > @tridion-sites/extensions > TableColumnHookResult > initialWidth
The initial width of the column.
Signature:
readonly initialWidth?: number;
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.