undefined
HeaderRow
represents the model of a <tr>
element in <thead>
.
Usage
id: string
A constant id
that uniquely identifies the header row.
attrs: () => Readable<HeaderRowAttributes>
A Readable
store with attributes to apply onto the <tr>
element.
props: () => Readable<HeaderRowProps>
A Readable
store with additional properties derived from plugin view model extensions.
TIP
See also Plugin View Model Extensions.
cells: HeaderCell[]
An array of
HeaderCell
s to iterate over and apply onto <th>
elements.
cells
only includes the cells of visible columns.
Next
Overview
->