Skip to content

TableCell.updateWidth method

TableCell › updateWidth

Unofficial

Recalculate the cell's padding for a target column width, honouring the column's alignment.

Signature:

updateWidth(width: number): void

Parameters:

ParameterTypeDescription
widthnumberThe target column width.

Returns: void