在线等,jquery easyui 里的datagrid editor type radio如何使用?

高分请问下,在线等,jquery easyui 里的datagrid editor type radio如何使用?
最新回答
校园霸占了我几十年的青春

2025-03-31 00:29:35

type:字符串,编辑类型,可选值:text,textarea,checkbox,numberbox,validatebox,datebox,combobox,combotree。

也许可以这样写吧
formatter: function(value, rowData, rowIndex){
return '<input type="radio" name="personSex" />' +rowData+'<input type="radio" name="personSex" />' +!rowData;
}
追问

我想在新增的时候性别用单选,如果没这个只能用下拉了

悲伤∩侵蚀的笑

2025-03-31 00:29:39

你确认editor里有radio这个type?
追问
不清楚有没有这个,但是看到有复选框的,应该也有单选框的吧
追答
你如果没写错,但是没出来。那就是不支持radio