Interface HeaderType

Interface representing a header cell in the grid. It is essentially the blueprint to a header cell object. Contains definitions of properties, relevant to the header

Properties

column: ColumnType

The column that the header cell represents.

nativeElement: HTMLElement

Represents the native HTML element of the cell itself

selectable: boolean

Indicates whether the cell can be selected

selected: boolean

Indicates whether the cell is currently selected

sortDirection: SortingDirection

Represents the sorting direction of the column (ascending, descending or none).

sorted: boolean

Indicates whether the column is currently sorted.

title: boolean

Indicates whether the column header is a title cell.