Skip to content

TableEditor.trimCell method

TableEditor › trimCell

Unofficial

Trim whitespace from a cell's content, marking the table malformed if anything changed.

Signature:

trimCell(cell: TableCell): void

Parameters:

ParameterTypeDescription
cellTableCellThe cell to trim.

Returns: void