How to achieve page break in HTML table for Google Chrome?

前端 未结 5 549
既然无缘
既然无缘 2020-12-11 20:41

I am trying to print a large table generated with jQuery in an HTML page. I am using Chrome 26.0.141. The issue is with page break.

i initially used this css

<
5条回答
  •  悲&欢浪女
    2020-12-11 21:18

    You might need to split the table into several parts, and set their page-break-after css property to always. This works (with beta Chrome), I don't know if there is a way to do it in a continuous table.

提交回复
热议问题