Class IgxComboHeaderItemDirective

Defines the custom template that will be used when rendering header items for groups in the combo's list

Igx Module

IgxComboModule

Igx Theme

igx-combo-theme

Igx Keywords

combobox, combo selection

Igx Group

Grids & Lists

Example

<igx-combo>
<ng-template igxComboHeaderItem let-item let-key="groupKey">
<div class="custom-item--group">Group header for {{ item[key] }}</div>
</ng-template>
</igx-combo>

Constructors

Constructors