Here the problem we are facing : we have a table with many columns (about 40 columns).
We cannot display all of these columns on only one page (PDF) because the table is larger than the page. So, we want display 20 columns on the first page, and 20 next columns on the second page.
Unfortunately, Table component has no property allowing that.
Additional requirement : if the table contains many records (about 200 records), we want print records with the following layout :
- Page 1 : 20 first columns of the 100 first records
- Page 2 : 20 next columns of the 100 first records
- Page 3 : 20 first columns of the 100 next records
- Page 4 : 20 next columns of the 100 next records
Thanks for your help
0 Answers:
No answers yet