I am generating a print report using table in twitter-bootstrap layout. The page has multiple tbody inside a table; While Printing the
table
tbody
I managed this problem by closing and opening a new table instead of grouping rows in . In table css you can put: display: block; and page-break works there without breaking layout of the table. 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
. In table css you can put: display: block; and page-break works there without breaking layout of the table. 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
display: block;
and page-break works there without breaking layout of the table.