bf108142 by yangjianbin

init

1 parent e17f01b5
...@@ -93,8 +93,7 @@ ...@@ -93,8 +93,7 @@
93 </div> 93 </div>
94 </div> 94 </div>
95 <?php $this->load->view('common/footer'); ?> 95 <?php $this->load->view('common/footer'); ?>
96 </body> 96 <script>
97 <script>
98 var table = $('#table').dataTable({ 97 var table = $('#table').dataTable({
99 aaSorting: [[1, "desc"]], 98 aaSorting: [[1, "desc"]],
100 serverSide: true, 99 serverSide: true,
...@@ -189,5 +188,6 @@ ...@@ -189,5 +188,6 @@
189 function resetHandler() { 188 function resetHandler() {
190 $('#table').DataTable().columns().search("").draw(); 189 $('#table').DataTable().columns().search("").draw();
191 } 190 }
192 </script> 191 </script>
192 </body>
193 <html> 193 <html>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!