File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
projects/igniteui-angular/src/lib Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
< igx-pivot-row-dimension-header
17
17
[attr.role] ="role "
18
18
class ="igx-grid-th--fw "
19
- [id] ="grid.id + '_' + header ? header .title : column.field "
19
+ [id] ="header ? grid.id + '_' + header.title : grid.id + '_' + column.field "
20
20
[ngClass] ="column.headerClasses "
21
21
[ngStyle] ="column.headerStyles | igxHeaderGroupStyle:column:grid.pipeTrigger "
22
22
[igxColumnMovingDrag] ="column "
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export const NUMBER_CELL_CSS_CLASS = 'igx-grid__td--number';
23
23
export const CELL_VALUE_DIV_CSS_CLASS = '.igx-grid__td-text' ;
24
24
export const ROW_EDITING_BANNER_OVERLAY_CLASS = 'igx-overlay__content' ;
25
25
export const TREE_GRID_CONTENT_CLASS = '.igx-grid__tbody-content' ;
26
+
26
27
export class TreeGridFunctions {
27
28
public static getHeaderRow ( fix ) {
28
29
return fix . debugElement . query ( By . css ( TREE_HEADER_ROW_CSS_CLASS ) ) ;
You can’t perform that action at this time.
0 commit comments