init
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
| 33 | </div>--> | 33 | </div>--> |
| 34 | </form> | 34 | </form> |
| 35 | <div class="body mt-20"> | 35 | <div class="body mt-20"> |
| 36 | <table class="table table-border table-bordered table-bg" id="table"> | 36 | <table class="table table-border table-bordered table-bg" id="table" url="client/clients"> |
| 37 | <thead class="text-c"> | 37 | <thead class="text-c"> |
| 38 | <tr> | 38 | <tr> |
| 39 | <!-- <th width="68px">操作</th>--> | 39 | <!-- <th width="68px">操作</th>--> |
| ... | @@ -52,7 +52,7 @@ | ... | @@ -52,7 +52,7 @@ |
| 52 | <?php $this->load->view('common/footer'); ?> | 52 | <?php $this->load->view('common/footer'); ?> |
| 53 | <script> | 53 | <script> |
| 54 | var table = $('#table').dataTable({ | 54 | var table = $('#table').dataTable({ |
| 55 | aaSorting: [[1, "desc"]], | 55 | /*aaSorting: [[1, "desc"]], |
| 56 | serverSide: true, | 56 | serverSide: true, |
| 57 | processing: true, | 57 | processing: true, |
| 58 | bSort: false, | 58 | bSort: false, |
| ... | @@ -81,7 +81,7 @@ | ... | @@ -81,7 +81,7 @@ |
| 81 | data.currentPage = parseFloat(data.start / data.length) + 1; | 81 | data.currentPage = parseFloat(data.start / data.length) + 1; |
| 82 | return data; | 82 | return data; |
| 83 | } | 83 | } |
| 84 | }, | 84 | },*/ |
| 85 | columns: [ | 85 | columns: [ |
| 86 | //{ | 86 | //{ |
| 87 | // data: "id", render: function (data, type, full) { | 87 | // data: "id", render: function (data, type, full) { | ... | ... |
-
Please register or sign in to post a comment