我正在使用最新版本的DataTables 1.10.10和Buttons 1.1.0。我正在尝试生成PDF和Excel文件或打印视图,但我只是获得了一个Header行,只有第二个..
这是表格:
<table id="example" class="table table-striped table-bordered" cellspacing="0" width="100%">
<thead>
<tr>
<th colspan='4'>User</th>
<th>Start </th>
<th>Basic</th>
</tr>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
</tr>
</thead>
</table>
我创造了一个小提琴手:
https://jsfiddle.net/rfb93mqs/12/
是否可以导出包含多个标题的报告。
答案 0 :(得分:1)
不好意思。没有选项可以在按钮中导出多个标题。
(Source)。
显然没有正式的ATM方式......
但是,您可以在excelHtml5个选项中使用customize
,讨论here + fiddle
答案 1 :(得分:0)
数据表不支持此功能。
-使用客户导出库或函数