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
<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>
为什么出来的表格还是无法编辑的