Daniel Brownell wrote:
> I put my table in a column with rectangle wider than the page width,
Why do you do this???
That goes completely against the advice I gave you.
Was my advice that bad???
> But it just chops off the columns that don't fit.
This was to be expected given the fact that you
cr
Hi Bruno,
Thanks for the reply, i'm still having some trouble.
I put my table in a column with rectangle wider than the page width,
But it just chops off the columns that don't fit.
My code re-draws the table on the next page.
But i'd like it to draw only the part that was chopped off on page 1
Hi,
How can I extend a table length-wise across multiple pages?
eg.
PAGE 1:
table1
table2
table3
PAGE 2:
table1-(continued)
table2-(repeated or not shown)
table3-(continued)
I'd imagine i must use fitsPage() page-break logic, and make a new table
that just has the remaining columns. But perha
Daniel Brownell wrote:
>
> Hi,
>
> How can I extend a table length-wise across multiple pages?
>
> eg.
> PAGE 1:
> table1
> table2
> table3
>
> PAGE 2:
> table1-(continued)
> table2-(repeated or not shown)
> table3-(continued)
Use PdfPtable, DO NOT use class Table.
Wrap table1 in column1 (use