TableEditor.makeAlignmentRow method
TableEditor › makeAlignmentRow
Unofficial
Build the markdown alignment (separator) row for a range of columns.Signature:
makeAlignmentRow(minCol: number, maxCol: number): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| minCol | number | First column to include. |
| maxCol | number | Last column to include. |
Returns: string — The separator row, without a trailing newline.