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

Constructors

Accessors

  • get column(): IgcColumnComponent
  • Returns IgcColumnComponent

  • set column(value): void
  • The column that the header cell represents.

    Parameters

    Returns void

  • get selectable(): boolean
  • Returns boolean

  • set selectable(value): void
  • Indicates whether the cell can be selected

    Parameters

    • value: boolean

    Returns void

  • get selected(): boolean
  • Returns boolean

  • set selected(value): void
  • Indicates whether the cell is currently selected

    Parameters

    • value: boolean

    Returns void

  • get sortDirection(): SortingDirection
  • Returns SortingDirection

  • set sortDirection(value): void
  • Represents the sorting direction of the column (ascending, descending or none).

    Parameters

    Returns void

  • get sorted(): boolean
  • Returns boolean

  • set sorted(value): void
  • Indicates whether the column is currently sorted.

    Parameters

    • value: boolean

    Returns void

  • get title(): boolean
  • Returns boolean

  • set title(value): void
  • Indicates whether the column header is a title cell.

    Parameters

    • value: boolean

    Returns void