init
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -92,6 +92,7 @@ | ... | @@ -92,6 +92,7 @@ |
| 92 | bSort : false, | 92 | bSort : false, |
| 93 | searching : false,//是否显示搜索 | 93 | searching : false,//是否显示搜索 |
| 94 | iDisplayLength:10, | 94 | iDisplayLength:10, |
| 95 | bLengthChange: false, | ||
| 95 | ajax: '<?=site_url("work/data")?>', | 96 | ajax: '<?=site_url("work/data")?>', |
| 96 | columns: [ | 97 | columns: [ |
| 97 | {data: "id", render: function (data, type, full) { | 98 | {data: "id", render: function (data, type, full) { | ... | ... |
-
Please register or sign in to post a comment