Skip to content

Commit f557c60

Browse files
committed
fix(LOB): fix style in flex container to show pivot grid
1 parent d82a13d commit f557c60

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
<div class="pivot-container">
2-
<div>
2+
<div style="flex-grow: 1;">
33
<igx-pivot-grid #grid1 [data]="data" [pivotConfiguration]="pivotConfigHierarchy" [height]="'850px'"
44
[superCompactMode]="true" [defaultExpandState]='true'>
55
</igx-pivot-grid>
66
</div>
7-
8-
97
<igx-pivot-data-selector [grid]="grid1"></igx-pivot-data-selector>
10-
11-
</div>
8+
</div>

src/app/pivot-grid/pivot-datasource/pivot-data-selector-sample.component.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ import { SALES_DATA_NEW } from '../../data/salesDataNew';
1111
})
1212
export class PivotDataSelectorSampleComponent {
1313
public data = SALES_DATA_NEW;
14-
1514
public pivotConfigHierarchy: IPivotConfiguration;
16-
1715
public dateDimension: IgxPivotDateDimension;
1816

1917
constructor() {
@@ -73,6 +71,4 @@ export class PivotDataSelectorSampleComponent {
7371
]
7472
};
7573
}
76-
77-
7874
}

0 commit comments

Comments
 (0)