Class IgxExcelStyleHeaderComponent

A component used for presenting Excel style header UI.

Constructors

Properties

esf: BaseFilteringComponent
showHiding: boolean

Sets whether the column hiding icon should be shown in the header. Default value is false.

Example

<igx-excel-style-header [showHiding]="true"></igx-excel-style-header>
showPinning: boolean

Sets whether the column pinning icon should be shown in the header. Default value is false.

Example

<igx-excel-style-header [showPinning]="true"></igx-excel-style-header>
showSelecting: boolean

Sets whether the column selecting icon should be shown in the header. Default value is false.

Example

<igx-excel-style-header [showSelecting]="true"></igx-excel-style-header>