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

Hierarchy

Hierarchy

  • IgrHeaderType

Properties

The column that the header cell represents.

selectable?: string | boolean

Indicates whether the cell can be selected

selected?: string | boolean

Indicates whether the cell is currently selected

sortDirection?: string | SortingDirection

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

sorted?: string | boolean

Indicates whether the column is currently sorted.

title?: string | boolean

Indicates whether the column header is a title cell.