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> Copy
<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>
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