ddc022bf by yangjianbin

init

1 parent c279861e
...@@ -128,6 +128,12 @@ ...@@ -128,6 +128,12 @@
128 }, 128 },
129 columns: [ 129 columns: [
130 { 130 {
131 // data: "id",
132 render:function (data, type, full) {
133 return '<input value="'+data+'" type="checkbox">';
134 }
135 },
136 {
131 data: "id", render: function (data, type, full) { 137 data: "id", render: function (data, type, full) {
132 return '<span class="dropDown dropDown_hover">\ 138 return '<span class="dropDown dropDown_hover">\
133 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\ 139 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!