easyui的datagrid绑定列,列怎么才能实现动态绑定
1个回答
展开全部
<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串
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询