We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b86654d + d9b3c06 commit f750f5dCopy full SHA for f750f5d
src/app/pivot-grid/pivot-export/pivot-export.component.html
@@ -5,6 +5,6 @@
5
</div>
6
7
<igx-pivot-grid #grid [data]="data" [pivotConfiguration]="pivotConfig" [rowSelection]="'single'"
8
- [superCompactMode]="true" [defaultExpandState]='true'>
+ [superCompactMode]="true" [defaultExpandState]='true' [pivotUI]="{ showRowHeaders: true }">
9
</igx-pivot-grid>
10
-</div>
+</div>
0 commit comments