jQuery.datatables.js插件用法及api实例详解
**1、DataTables的默认配置** ``` $(document).ready(function() { $(‘#example').dataTable(); } ); ``` 示例:<http://www.guoxk.com/html/DataTables/Zero-configuration.html> **2、DataTabl...
**1、DataTables的默认配置** ``` $(document).ready(function() { $(‘#example').dataTable(); } ); ``` 示例:<http://www.guoxk.com/html/DataTables/Zero-configuration.html> **2、DataTabl...