datatables 用户管理
Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment