level 1
叼烟颓废
楼主
var statusOptions = [{ "sValue": "0", "key": "无效" }, { "sValue": "1", "key": "有效" }];
<th data-options="field:'status',width:50,align:'center',editor:{
type:'combobox',
options:{
valueField:'sValue',
textField:'key',
data:statusOptions,
panelHeight:'auto'
}
}">状态</th>
点击下拉选选完后 值变成了true 谁知道是怎么回事啊................
2016年07月19日 07点07分
1
<th data-options="field:'status',width:50,align:'center',editor:{
type:'combobox',
options:{
valueField:'sValue',
textField:'key',
data:statusOptions,
panelHeight:'auto'
}
}">状态</th>
点击下拉选选完后 值变成了true 谁知道是怎么回事啊................