HI gentlemens,
I am trying to do a simple table. My problem is that my table has some columns that are sometime hidden and sometime visible
This means that my table happen to have too many columns to fit into one page, i was wondering if there was a way to "page break"
when the columns goes beyond the border.
The solution I have found so far was to add all my columns on the first page and hide those that i don't need while putting visible those that i need. I am manually calculating how many columns will fit in my page (they don't all have the same width) and i hide those that goes bwyond the border. Then, i add all the columns on page 2 that has a chance to be off border of page 1. This way, when i put a column visible on first page, i put it hidden on second page.
I was wondering if there was a better way (or an already implemented way) of doing this. Anyone has seen this before?
Thanks alot!
Max