1、Datatables基本使用
下载并引入文件:js 和css文件 和 jQuery 1.7或更高版本
其中:js和css文件可以在官网http://datatables.club/中下载,jQuery可以在https://code.jquery.com/中下载
<link rel="stylesheet" href="DataTables-1.10.21/jquery.dataTables.min.css">
<script src="DataTables-1.10.21/jquery.dataTables.min.js"></script>
<script src="jquery.min.js"></script>
以Datatables的例子来说明,html代码为:
<table id="table_id" class="display">
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>