TableRow {stencilaschema} | R Documentation |
A row within a Table.
TableRow(cells, id, meta, rowType)
cells |
An array of cells in the row. Required. |
id |
The identifier for this item. |
meta |
Metadata associated with this item. |
rowType |
If present, indicates that all cells in this row should be treated as header cells. |
A list
of class TableRow