You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix hierarchical grid export to handle multiple child islands per record
Fixed issue where each record could have multiple child islands (different owners)
but only one was being rendered. The code now:
- Groups grandchildren by their owner (each owner represents a different child island)
- Renders a separate nested child table for each island/owner
- Maintains proper recursive structure for unlimited nesting depth
- Each island gets its own headers and proper indentation
This ensures that hierarchical grids with multiple child grids per parent row
export correctly, with all child islands rendered as separate nested tables.
Co-authored-by: kdinev <[email protected]>
0 commit comments