I have a long table data, which having many of the rows and nested tables. When I am printing this data then the rows of the table and nested tables are just break on the pa
This did the trick for me it turned out to be the body css:
body{ height: auto!important; float: none!important; }