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.
1 parent 2a7165f commit d9b3c06Copy full SHA for d9b3c06
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