【发布时间】:2021-11-25 21:48:08
【问题描述】:
Laravel Snappy 运行良好,但正在尝试解决此问题
标题很好,但表格本身并没有拆分并从第二页的标题下方开始。这是可以修复的吗?我正在使用 adminLTE 主题。
看到这个页面,但这并不能解决我的问题:https://github.com/wkhtmltopdf/wkhtmltopdf/issues/2367
当前代码:
<table class="table table-striped table-bordered tree">
<thead>
<tr>
<th></th>
<th>Cables</th>
<th>Customer</th>
<th>Supplier</th>
<th>Load in</th>
<th>Load out</th>
<th>Info</th>
</tr>
</thead>
<tbody>
<tr>
<td>some data</td>
<td>some data</td>
<td>some data</td>
<td>some data</td>
<td>some data</td>
<td>some data</td>
<td>some data</td>
</tr>
</tbody>
</table>
【问题讨论】:
标签: laravel html-table snappy