f641b0e1 by yangjianbin

init

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