init
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -202,6 +202,11 @@ | ... | @@ -202,6 +202,11 @@ |
| 202 | }, | 202 | }, |
| 203 | columns: [ | 203 | columns: [ |
| 204 | { | 204 | { |
| 205 | data: "id", render:function (data, type, full) { | ||
| 206 | return '<input value="'+data+'" type="checkbox">'; | ||
| 207 | } | ||
| 208 | }, | ||
| 209 | { | ||
| 205 | data: "id", render: function (data, type, full) { | 210 | data: "id", render: function (data, type, full) { |
| 206 | return '<span class="dropDown dropDown_hover">\ | 211 | return '<span class="dropDown dropDown_hover">\ |
| 207 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ | 212 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ | ... | ... |
-
Please register or sign in to post a comment