Type Editor / @type-editor/tables / commands/row-is-header / rowIsHeader
Function: rowIsHeader()
ts
function rowIsHeader(map, table, row): boolean;Defined in: tables/src/commands/row-is-header.ts:15
Checks if all cells in a given row are header cells.
Parameters
| Parameter | Type | Description |
|---|---|---|
map | TableMap | The table map to check |
table | Node_2 | The table node |
row | number | The row index to check |
Returns
boolean
True if all cells in the row are header cells