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 33 < div class ="igx-grid__tr igx-grid__tr-header-row " role ="row " [style.width.px] ="width ">
44 < igx-pivot-row-dimension-header-group [ngClass] ="rowDimensionColumn.headerGroupClasses "
55 [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 "
88 [rowIndex] ="rowIndex "
99 [style.min-height.px] ='rowSpan > 1 ? headerHeight : undefined ' [parent] ='this '>
1010 </ igx-pivot-row-dimension-header-group >
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ export class PivotGridSampleComponent {
8282 memberFunction : ( ) => 'All' ,
8383 memberName : 'AllProducts' ,
8484 enabled : true ,
85+ width : '25%' ,
8586 childLevel : {
8687 memberFunction : ( data ) => data . ProductCategory ,
8788 memberName : 'ProductCategory' ,
You can’t perform that action at this time.
0 commit comments