Skip to content

Commit f750f5d

Browse files
authored
Merge pull request #3492 from IgniteUI/vnext
Updating master with vnext
2 parents b86654d + d9b3c06 commit f750f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/pivot-grid/pivot-export/pivot-export.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</div>
66

77
<igx-pivot-grid #grid [data]="data" [pivotConfiguration]="pivotConfig" [rowSelection]="'single'"
8-
[superCompactMode]="true" [defaultExpandState]='true'>
8+
[superCompactMode]="true" [defaultExpandState]='true' [pivotUI]="{ showRowHeaders: true }">
99
</igx-pivot-grid>
10-
</div>
10+
</div>

0 commit comments

Comments
 (0)