TableEditor.trimCell method
TableEditor › trimCell
Unofficial
Trim whitespace from a cell's content, marking the table malformed if anything changed.Signature:
trimCell(cell: TableCell): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| cell | TableCell | The cell to trim. |
Returns: void