easyui可编辑表的表格的问题
easyui吧
全部回复
仅看楼主
level 1
<table id="tableMain" style="width:100%" singleSelect="true" pagination="true" rownumbers="true" fit="true">
<thead>
<tr>
<th field="taskid" sortable="true">任务编号</th>
<th field="taskname" sortable="true">任务名称</th>
<th field="tasktype" sortable="true" editor="numberbox" >任务类型</th>
</tr>
</thead>
</table>
为什么出来的表格还是无法编辑的
2019年04月10日 01点04分 1
1