c2125448 by yangjianbin

init

1 parent 013e5804
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
97 <?php $this->load->view('common/footer'); ?> 97 <?php $this->load->view('common/footer'); ?>
98 98
99 <script> 99 <script>
100 $('#table').dataTable({ 100 var table = $('#table').dataTable({
101 aaSorting: [[ 1, "desc" ]], 101 aaSorting: [[ 1, "desc" ]],
102 serverSide: true, 102 serverSide: true,
103 processing: true, 103 processing: true,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!