Hello. I have a large HTML table, thus, it doesn't resides at an one print page. I want the rows transferred to the next page completely rather than partly.
Please help me how can I do it?
Thanks!
Printable View
Hello. I have a large HTML table, thus, it doesn't resides at an one print page. I want the rows transferred to the next page completely rather than partly.
Please help me how can I do it?
Thanks!
Hi Jason,
I am facing the same issue. I have html table with around 600 rows which spans multiple pages when printed. At each page break row is not ended properly. Half of the row is cut and displayed in next page.
I have tried with below CSS but didn't work
table { page-break-inside:auto }
tr { page-break-inside:avoid; page-break-after:auto }
thead { display:table-header-group }
tfoot { display:table-footer-group }
Pls let me know if you got the solution for this .
Thanks
Siva
A page break or hard page break is a code inserted by a software program such as Word processor that tells the printing device where to end the current page and begin the next page. After a page break is inserted into a document a symbol indicating the page break will be displayed, you will be placed on the next page, or a line with "Page Break" will be printed as shown in the below picture.