细说 datatables tableTools 扩展

这个全部都是前段数据调用,大大降低了后台对数据的处理,非常的好。


1、初始化安装 3部分

加载2个jquery.dataTables.css,dataTables.tableTools.css

加载jquery.dataTables.js

加载dataTables.tableTools.js

1、语言汉化

"language":

2、导出当前页面的数据  看清楚最后一句话 非常重要

可以看以下参数 
oSelectorOpts 

//http://datatables.net/extensions/tabletools/button_options#Common-options-(apply-to-all-button-types)
Control the data to be used from the source DataTable. DataTables has the ability to select which rows to use, and the order they are to be used in, through its $ API method. This option provides that ability for TableTools export buttons as well, so you can have only the current data exported (for example).

3、列数据的统计 footer调用

http://dt.thxopen.com/example/advanced_init/footer_callback.html


4、导出不行?flash没有加载

1、看下flash加载方式   这里的例子是dom 而安装的时候是sdom? 

http://datatables.net/extensions/tabletools/initialisation


你可能感兴趣的:(细说 datatables tableTools 扩展)