<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});