Description
RepeatingGroup supports both rowsBefore and rowsAfter in the table view,
but Summary2 only renders rowsAfter.
Expected
Summary2 should render both rowsBefore and rowsAfter
Actual
- Table view renders both
rowsBefore and rowsAfter
- Summary2 renders only
rowsAfter
Code references
Reproduction
- Configure a
RepeatingGroup with rowsBefore
- Verify it appears in the regular table
- View it in Summary2
rowsBefore is missing
Description
RepeatingGroupsupports bothrowsBeforeandrowsAfterin the table view,but
Summary2only rendersrowsAfter.Expected
Summary2 should render both
rowsBeforeandrowsAfterActual
rowsBeforeandrowsAfterrowsAfterCode references
shows both
rowsBeforeandrowsAfterare part of the component's child handling.renders both through
ExtraRows.reads and renders
rowsAfter, but notrowsBefore.Reproduction
RepeatingGroupwithrowsBeforerowsBeforeis missing