1. API Reference
  2. HeaderRow

API Reference

HeaderRow

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.

cells: HeaderCell[]

An array of HeaderCells to iterate over and apply onto <th> elements.

cells only includes the cells of visible columns.