Class IgxComboHeaderItemDirective

コンボのリスト内のグループのヘッダー項目を描画するときに使用されるカスタム テンプレートを定義します。

Igx Module

IgxComboModule

Igx Theme

igx-combo-theme

Igx Keywords

combobox, combo selection

Igx Group

グリッド & リスト

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

コンストラクター

コンストラクター