Skip to content

Commit 82a6996

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Add a title to show header text for scenarios where the merged cell is bigger than the viewport.
1 parent 42e8dbe commit 82a6996

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-row-dimension-header-group.component.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ export class IgxPivotRowDimensionHeaderGroupComponent extends IgxGridHeaderGroup
3939
return `${this.grid.id}_-2_${this.rowIndex}_${this.visibleIndex}`;
4040
}
4141

42+
@HostBinding('attr.title')
43+
public get title() {
44+
return this.column.header;
45+
}
46+
4247
/**
4348
* @hidden
4449
* @internal

0 commit comments

Comments
 (0)