init
Showing
1 changed file
with
7 additions
and
7 deletions
| ... | @@ -51,13 +51,13 @@ | ... | @@ -51,13 +51,13 @@ |
| 51 | 51 | ||
| 52 | <script> | 52 | <script> |
| 53 | var table = $('#table').dataTable({ | 53 | var table = $('#table').dataTable({ |
| 54 | fnServerParams: function (aoData) { | 54 | // fnServerParams: function (aoData) { |
| 55 | delete aoData.columns; | 55 | // delete aoData.columns; |
| 56 | 56 | // | |
| 57 | file = $('#file').val(); | 57 | // file = $('#file').val(); |
| 58 | if(file) | 58 | // if(file) |
| 59 | aoData[file] = $('#keywork').val(); | 59 | // aoData[file] = $('#keywork').val(); |
| 60 | }, | 60 | // }, |
| 61 | columns: [ | 61 | columns: [ |
| 62 | { | 62 | { |
| 63 | data: "id", render: function (data, type, full) { | 63 | data: "id", render: function (data, type, full) { | ... | ... |
-
Please register or sign in to post a comment