We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e8dbe commit 82a6996Copy full SHA for 82a6996
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-row-dimension-header-group.component.ts
@@ -39,6 +39,11 @@ export class IgxPivotRowDimensionHeaderGroupComponent extends IgxGridHeaderGroup
39
return `${this.grid.id}_-2_${this.rowIndex}_${this.visibleIndex}`;
40
}
41
42
+ @HostBinding('attr.title')
43
+ public get title() {
44
+ return this.column.header;
45
+ }
46
+
47
/**
48
* @hidden
49
* @internal
0 commit comments