645bf37c by yangjianbin

init

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