bootstrap table 导出所有全部数据

来源:互联网 发布:福州广电网络客服 编辑:程序博客网 时间:2024/06/16 19:21

到官网下载bootstrap table 压缩包和tableExport.js。两个文件自行百度。

页面引用以下文件

bootstrap-table.css

bootstrap-table.js

tableExport.js

bootstrap-table-export.js

表格属性加入

$('#table').bootstrapTable({showExport: true,
        exportDataType:"all"})