We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1e37a commit 57bbd02Copy full SHA for 57bbd02
projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.component.ts
@@ -1248,8 +1248,7 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
1248
fields: filterableFields.map(f => ({
1249
field: f.field,
1250
dataType: f.dataType,
1251
- // label: f.label,
1252
- // header: f.header,
+ header: f.header,
1253
editorOptions: f.editorOptions,
1254
filters: f.filters,
1255
pipeArgs: f.pipeArgs,
0 commit comments