File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
projects/igniteui-angular/src/lib/grids/pivot-grid Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
< div class ="igx-grid__tr igx-grid__tr-header-row " role ="row " [style.width.px] ="width ">
4
4
< igx-pivot-row-dimension-header-group [ngClass] ="rowDimensionColumn.headerGroupClasses "
5
5
[ngStyle] ="rowDimensionColumn.headerGroupStyles |igxHeaderGroupStyle:rowDimensionColumn:grid.pipeTrigger " [column] ="rowDimensionColumn "
6
- [style.min-width] ="rowDimensionColumn.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL "
7
- [style.flex-basis] ="rowDimensionColumn.calcWidth | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL "
6
+ [style.min-width] ="grid.resolveRowDimensionWidth(dimension) | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL "
7
+ [style.flex-basis] ="grid.resolveRowDimensionWidth(dimension) | igxHeaderGroupWidth:grid.defaultHeaderGroupMinWidth:hasMRL "
8
8
[rowIndex] ="rowIndex "
9
9
[style.min-height.px] ='rowSpan > 1 ? headerHeight : undefined ' [parent] ='this '>
10
10
</ igx-pivot-row-dimension-header-group >
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ export class PivotGridSampleComponent {
82
82
memberFunction : ( ) => 'All' ,
83
83
memberName : 'AllProducts' ,
84
84
enabled : true ,
85
+ width : '25%' ,
85
86
childLevel : {
86
87
memberFunction : ( data ) => data . ProductCategory ,
87
88
memberName : 'ProductCategory' ,
You can’t perform that action at this time.
0 commit comments