My general understanding of data binding is "vague" at best but currently I am struggling with a table that should have multiple body-lines.
As best I understand it, the binding for the table of data is made against the body row, NOT the table.
This then causes the rows to repeat for each row in my XML source data.
However, I have a large number of columns in my table and it requires multiple body-lines for each row of the data table.
I've created a 2nd body-line and wrapped both body-lines in a table-section.
What surprised me is that I cannot bind the table of data to the table-section.
The table of data remains bound to body-line 1 - which is working fine & showing the values of the fields.
For body-line 2 - how can I get access to the data? If I re-bind the same object as body-line 1, I get to the fields I want but it has advanced to the next row.
Thanks in advance