Commit f0be877
Fix PDF export to show actual summary values instead of objects
Updated drawDataRow to properly handle SummaryRecord types:
- Detects when record is a SummaryRecord
- Extracts label and value/summaryResult from summary objects
- Formats as "label: value" similar to Excel export
- Falls back to just value if no label present
- Prevents "[object Object]" display in PDF exports
Co-authored-by: kdinev <[email protected]>1 parent 64e955a commit f0be877
File tree
1 file changed
+23
-0
lines changed- projects/igniteui-angular/src/lib/services/pdf
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
253 | 255 | | |
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
257 | 280 | | |
258 | 281 | | |
259 | 282 | | |
| |||
0 commit comments