a26aa25f by Zelig

datatables 用户管理

1 parent 489e1c9a
...@@ -50,5 +50,11 @@ ...@@ -50,5 +50,11 @@
50 </div> 50 </div>
51 </div> 51 </div>
52 <?php $this->load->view('common/footer'); ?> 52 <?php $this->load->view('common/footer'); ?>
53
54 <script>
55 var table = $('#table').dataTable({
56 aaSorting: [[1, "desc"]]
57 });
58 </script>
53 </body> 59 </body>
54 <html> 60 <html>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!