Hello!
I am using LiveCycle to create a flowable table like structure (in this case I am actually using a table object) and I managed to bind it to a xml schema. Testing that with some dummy data gave expected result: table expands down based on how many data items are present.
Person Index | First Name | Last Name |
1 | John | Doe |
2 | June | Doe |
3 | Clark | Kent |
How can I make this table expand horizontally, to the left instead of vertically/downward based on how many persons I have in the xml ?
I need table headers to become the first column, one under another, and each person must be rendered on a new column like how headers items should.