We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc857a commit 9fb05f7Copy full SHA for 9fb05f7
projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.component.ts
@@ -1244,8 +1244,7 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
1244
fields: filterableFields.map(f => ({
1245
field: f.field,
1246
dataType: f.dataType,
1247
- // label: f.label,
1248
- // header: f.header,
+ header: f.header,
1249
editorOptions: f.editorOptions,
1250
filters: f.filters,
1251
pipeArgs: f.pipeArgs,
0 commit comments