I'm using a table with a rotated layout, so the items are listed horizontally. If the page has room for 5 items, the 6th item is displayed on a new page (for pdf output). Is there a way to force the table to restart on the same page if possible?
So instead of having item 6 on the next page, I'd like it to "start over" under the first 5 items.
Instead of this:
Page 1 Boundary Page 1 Contents Page 2 Boundary Page 2 Contents
| Item 1 Item 2 Item 3 Item 4 Item 5 | Item 6 Item X...
I want this:
Page 1 Boundary Page 1 Contents Page 2 Boundary
| Item 1 Item 2 Item 3 Item 4 Item 5 |
| Item 6 Item X...
Is there any way to accomplish this?
So instead of having item 6 on the next page, I'd like it to "start over" under the first 5 items.
Instead of this:
Page 1 Boundary Page 1 Contents Page 2 Boundary Page 2 Contents
| Item 1 Item 2 Item 3 Item 4 Item 5 | Item 6 Item X...
I want this:
Page 1 Boundary Page 1 Contents Page 2 Boundary
| Item 1 Item 2 Item 3 Item 4 Item 5 |
| Item 6 Item X...
Is there any way to accomplish this?