a26aa25f by Zelig

datatables 用户管理

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