645bf37c by yangjianbin

init

1 parent ed73c5d6
...@@ -202,7 +202,8 @@ ...@@ -202,7 +202,8 @@
202 }, 202 },
203 columns: [ 203 columns: [
204 { 204 {
205 data: "id", render:function (data, type, full) { 205 // data: "id",
206 render:function (data, type, full) {
206 return '<input value="'+data+'" type="checkbox">'; 207 return '<input value="'+data+'" type="checkbox">';
207 } 208 }
208 }, 209 },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!