我有我的表头内容,我想在每个页面上打印溢出的表体数据。我尝试了 thead display: table-header-group 但它似乎没有帮助。关于如何使其在 IE10 或 chrome 中工作的任何建议?
HTML。
<table>
<thead>
<div>
My print content
</div>
</thead>
<tbody>
<tr> Test <tr>
<tr> Test <tr>
...
</tbody>
</table>