Hi all,
Problem: multiple tables of different heights (depending on amount of content) produced from database. Tables print down page and often break over the page. Number of tables and height of each table is generated on the fly.
Is there a way to "recognise" that the next table will be broken and therefore to page break before it? I presume js would be needed if this is possible. This is purely for printing purposes, not for screen display.
Thankyou
Problem: multiple tables of different heights (depending on amount of content) produced from database. Tables print down page and often break over the page. Number of tables and height of each table is generated on the fly.
Is there a way to "recognise" that the next table will be broken and therefore to page break before it? I presume js would be needed if this is possible. This is purely for printing purposes, not for screen display.
Thankyou
Comment