level 1
bootstrap客户端分页, 如何导出全部页面,exportDataType: 'all',无效,
function exportExcel(){
$('#addressTable').tableExport(
{
type:'excel'
,escape:false
,separator: ','
,tableName:'地址簿'
,htmlContent:'false'
,consoleLog:'false'
,exportDataType: 'all'
}
);
代码这样写的
2017年03月23日 11点03分
1
level 8
欢迎加入bootstrap技术交流群,群号码:465813704
2017年08月30日 03点08分
3