init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -75,7 +75,7 @@ | ... | @@ -75,7 +75,7 @@ |
| 75 | }, | 75 | }, |
| 76 | columns: [ | 76 | columns: [ |
| 77 | { | 77 | { |
| 78 | // data: "id", | 78 | data: "id", |
| 79 | render:function (data, type, full) { | 79 | render:function (data, type, full) { |
| 80 | return '<input value="'+data+'" type="checkbox">'; | 80 | return '<input value="'+data+'" type="checkbox">'; |
| 81 | } | 81 | } | ... | ... |
-
Please register or sign in to post a comment