So I have a report that generates multiple tables from a database, and grouping them by 'owner' creating a new table for each 'owner'. It does this dynamically using Angular/PHP/Js.
In the print preview I want each table to have it's own page(tables shouldn't really go beyond the length of a page) so I added the page-break-after value to each table.
My issue now is that the tables are cut off. I have the option for landscape, but unfortunately they are long tables, and still get cut off.
I am looking for a solution for the tables to be re-sized when printed out.
I have searched both here, google and w3 for a method that re-sizes the tables to fit the print preview but so far have had no luck.
Suggestions?