07 2016 档案
jquery插件dataTables添加序号列
摘要:官网方法实例: $(document).ready(function() { var t = $('#example').DataTable({ "columnDefs": [{ "searchable": false, "orderable": false, "targets": 0 }], "o 阅读全文
posted @ 2016-07-06 09:53 菜码农先生 阅读(5239) 评论(0) 推荐(0)