1edc9387 by yangjianbin

init

1 parent 44cfc64b
......@@ -51,13 +51,13 @@
<script>
var table = $('#table').dataTable({
fnServerParams: function (aoData) {
delete aoData.columns;
file = $('#file').val();
if(file)
aoData[file] = $('#keywork').val();
},
// fnServerParams: function (aoData) {
// delete aoData.columns;
//
// file = $('#file').val();
// if(file)
// aoData[file] = $('#keywork').val();
// },
columns: [
{
data: "id", render: function (data, type, full) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!