Originally posted by Chris Lonie:
Is there a better way of doing this instead of the nested tables?
You have something like this:
+-------+-------+
| table | table |
+-------+-------+
| table | table |
+-------+-------+
| table | table |
+-------+-------+
Before adding this to the document,
you perform document.newPage().
I assume that you want to split the table.
Question is: (how) do you want to split the table?
Which part of the table do you want on the
current page, and which part should be forwarded.
Do you want to split the table keeping the rows
of the outer table complete (no splitting of the
inner tables), keeping the rows of inner tables
complete (no splitting of inner rows), or can
inner rows be cut in two?
I'll try to provide an example with the different
possibilities soon. There's an example in the book,
but it doesn't involve nested tables.
br,
Bruno