easyui的datagrid绑定列,列怎么才能实现动态绑定

 我来答
飞冰鱼1
2014-11-21 · TA获得超过147个赞
知道小有建树答主
回答量:296
采纳率:80%
帮助的人:145万
展开全部
<table class="easyui-datagrid" title="Basic DataGrid" style="width:700px;height:250px"
data-options="singleSelect:true, striped:true, collapsible:true,url:'datagrid_data1.json',method:'get'">
<thead style="display:none">
     <tr >
<th colspan="2" >List Price</th>
<th colspan="4" >List Price</th>
</tr>
<tr >
<th data-options="field:'itemid',width:80,formatter:function(value,rowData,rowIndex){ return '<a href=http://www.w3school.com.cn?name='+value+'>'+value+'</a>'} ">Item ID</th>
<th data-options="field:'productid',width:100">Product</th>
<th data-options="field:'listprice',width:80,align:'right'">List Price</th>
<th data-options="field:'unitcost',width:80,align:'right'">Unit Cost</th>
<th data-options="field:'attr1',width:250">Attribute</th>
<th data-options="field:'status',width:60,align:'center'">Status</th>
</tr>

</thead>
</table>

其中 url 为你后台按他所需格式编好的json串

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式