コンボのリスト内のグループのヘッダー項目を描画するときに使用されるカスタム テンプレートを定義します。
IgxComboModule
igx-combo-theme
combobox, combo selection
グリッド & リスト
<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>
コンボのリスト内のグループのヘッダー項目を描画するときに使用されるカスタム テンプレートを定義します。
Igx Module
IgxComboModule
Igx Theme
igx-combo-theme
Igx Keywords
combobox, combo selection
Igx Group
グリッド & リスト
例