Skip to content

TableEditor.makeAlignmentRow method

TableEditor › makeAlignmentRow

Unofficial

Build the markdown alignment (separator) row for a range of columns.

Signature:

makeAlignmentRow(minCol: number, maxCol: number): string

Parameters:

ParameterTypeDescription
minColnumberFirst column to include.
maxColnumberLast column to include.

Returns: stringThe separator row, without a trailing newline.