Commit c49cc8e
Fix rendering of column headers beyond level 2 in hierarchy
Fixed bug where column headers at level 2 and beyond were not rendered:
- Updated filter logic to include headers at each specific level
- Now correctly includes both MultiColumnHeader and ColumnHeader types at any level
- Maintains proper spanning behavior for leaf columns from earlier levels
- Simplified logic for better clarity and correctness
Co-authored-by: kdinev <[email protected]>1 parent af9dcae commit c49cc8e
File tree
1 file changed
+12
-8
lines changed- projects/igniteui-angular/src/lib/services/pdf
1 file changed
+12
-8
lines changedLines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
254 | 257 | | |
| 258 | + | |
255 | 259 | | |
256 | 260 | | |
257 | 261 | | |
| |||
0 commit comments