Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to print a html-table with a lot of columns

I'm trying to print a table with a lot of columns, so that the width of the table doesn't fit a single page.

I'm using jqprint to print that table. But it prints only the left part of the table, and the right part it won't print. Is there a way to print the table on multiple pages?

Kind regards, Bruno

like image 841
bruno Avatar asked Aug 31 '25 04:08

bruno


1 Answers

I would calculate the size per column you need, and when you see it wont fit your paper anymore, put it from that column in a new table. and so on... till you did the whole table. And put some page-breaks after eacht table.