Commit 03cfc24
Add Pivot Grid to PDF export demo
Added igx-pivot-grid to the PDF export demo component:
- Created sample pivot grid data with Product, Region, Quarter, Sales, and Units
- Added pivot configuration with row dimensions (Product, Region), column dimension (Quarter),
and value aggregations (sum of Sales and Units)
- Added exportPivotGrid() method to export the pivot grid with configured options
- Updated UI to include Pivot Grid section with export button
- Updated documentation to mention pivot grid support
The demo now shows all major grid types: regular grid, tree grid, hierarchical grid,
and pivot grid, all exportable to PDF with the same configuration options.
Co-authored-by: kdinev <[email protected]>1 parent 89206a8 commit 03cfc24
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
122 | 141 | | |
123 | 142 | | |
124 | 143 | | |
| |||
127 | 146 | | |
128 | 147 | | |
129 | 148 | | |
| 149 | + | |
130 | 150 | | |
131 | 151 | | |
132 | 152 | | |
| |||
136 | 156 | | |
137 | 157 | | |
138 | 158 | | |
| 159 | + | |
139 | 160 | | |
140 | 161 | | |
141 | 162 | | |
| |||
0 commit comments