TableEditor.updateCell method
TableEditor › updateCell
Unofficial
Update a cell's text and re-pad every cell in its column to the new width.Signature:
updateCell(cell: TableCell, text: string): TableCellChange[]Parameters:
| Parameter | Type | Description |
|---|---|---|
| cell | TableCell | The cell to update. |
| text | string | The new text content. |
Returns: TableCellChange[] — The document changes needed, relative to the start of the table.