码迷,mamicode.com
首页 > 其他好文 > 详细

easyui datagrid

时间:2016-08-15 17:09:22      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

<table id="gridchaxunjieguo" class="easyui-datagrid" data-options="title:‘查询结果‘,rownumbers:true,pagination:true,fitColumns:true,singleSelect:true" style="width: 100%; height: 338px;">
<thead>
<tr>
<th data-options="field:‘ck‘,checkbox:true,hidden:true"></th>
<th data-options="field:‘CrmClient_IsMatched‘,width:110,align:‘center‘">与公司匹配</th>
<th data-options="field:‘CrmClient_IsTargetCustomer‘,width:120,align:‘center‘">目标客户</th>
<th data-options="field:‘CrmClient_Name‘,width:220,align:‘center‘">公司</th>
<th data-options="field:‘CrmArea_Name‘,width:120,align:‘center‘">区域</th>
<th data-options="field:‘CrmTrade_Name‘,width:120,align:‘center‘">行业</th>
<th data-options="field:‘province‘,width:100,align:‘center‘">省</th>
<th data-options="field:‘city‘,width:100,align:‘center‘">市</th>
<th data-options="field:‘CrmClient_CreaterName‘,width:100,align:‘center‘">创建人</th>
<th data-options="field:‘CrmClient_CluesTime‘,align:‘center‘">线索获取时间</th>
<th data-options="field:‘CrmClient_CreatedDateTime‘,align:‘center‘">数据录入时间</th>
</tr>
</thead>
</table>
<table style="width: 100%">
<tr>
<td></td>
<td style="width: 60px; text-align: right"><a id="btnAdd" href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:‘icon-add‘">创建</a> </td>
<td style="width: 70px; padding-left: 25px;"><a id="btnCancel" href="javascript:void(0)" class="easyui-linkbutton" data-options="iconCls:‘icon-cancel‘">取消</a> </td>
</tr>
</table>

easyui datagrid

标签:

原文地址:http://www.cnblogs.com/zhang-wenbin/p/5773561.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!