Posted 21 December 2020, 6:57 pm EST
Is there any possible way to have a table continue on the same page, but next to the current table, rather than continuing on a different page?Let's say a table has 10 rows and it's only 2 columns wide. The page size allows a total of 5 rows to be printed on one page. Is it then possible to have row 6-10 printed on the same page as well, adjacent to the table showing row 1-5.
So instead of this:
Page 1:
1
2
3
4
5
Page 2:
6
7
8
9
10
I'd like to know if it's possible to have something like this:
Page 1:
1 6
2 7
3 8
4 9
5 10
Thanks