TableRow
Overview
TableRow
represents a single row within a TableBlock
. It contains multiple table cells and supports optional styling for header rows.
Attributes
id
type: string
A unique identifier for the table row.
cells
type: TableCell[] (optional)
An array of cells that make up the row.
isHeader
type: boolean (optional)
Indicates whether this row serves as a header row.