c8b429d2 by yangjianbin

init

1 parent 0c103c0c
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!