Class IgxComboHeaderItemDirective

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

IgxComboModule

igx-combo-theme

combobox, combo selection

Grids & Lists

<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