easyui datagrid 多列都有checkbox有人做过吗

如题所述

<div data-options="region:'center',border:false" >
<table data-options="fit:true" id="tt" style="width: auto;" >
<thead>
<tr>
<th data-options="field:'xzk',checkbox:true"  width="200" align="left" >
选择框
</th>
<th data-options="field:'czcs'"  width="200" align="left" >
处室名称
</th>
<th data-options="field:'beizhu'"  width="200" align="left" >
备注
</th>
</tr>
</thead>
</table>
</div>

grid=$('#tt').datagrid({url:url,checkbox:true});

温馨提示:答案为网友推荐,仅供参考
相似回答