Skip to content

Commit 57bbd02

Browse files
feat(hgrid): add header for advanced filtering schema (#16215)
1 parent 4c1e37a commit 57bbd02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,8 +1248,7 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
12481248
fields: filterableFields.map(f => ({
12491249
field: f.field,
12501250
dataType: f.dataType,
1251-
// label: f.label,
1252-
// header: f.header,
1251+
header: f.header,
12531252
editorOptions: f.editorOptions,
12541253
filters: f.filters,
12551254
pipeArgs: f.pipeArgs,

0 commit comments

Comments
 (0)