如何用easyui动态加载表格标题
1个回答
2016-10-29 · 知道合伙人软件行家
关注
展开全部
将包放在项目文件之下之后。
以下是html中的代码:
<table id="dg" style="width:100%;height:95%;" data-options="
rownumbers:false,
singleSelect:true,
autoRowHeight:false,
pagination:true,
resizeHandle:'right'">
<thead>
<tr>
</tr>
</thead>
</table>
以下是js代码,是easyui的一种内置写法.
$('#dg').datagrid({
url:'datagrid_data.json',
columns:[[
{field:'id',title:'公司自编码',width:100},
{field:'name',title:'公司名称',width:100},
{field:'coding',title:'编码',width:100},
]]
});
以下是html中的代码:
<table id="dg" style="width:100%;height:95%;" data-options="
rownumbers:false,
singleSelect:true,
autoRowHeight:false,
pagination:true,
resizeHandle:'right'">
<thead>
<tr>
</tr>
</thead>
</table>
以下是js代码,是easyui的一种内置写法.
$('#dg').datagrid({
url:'datagrid_data.json',
columns:[[
{field:'id',title:'公司自编码',width:100},
{field:'name',title:'公司名称',width:100},
{field:'coding',title:'编码',width:100},
]]
});
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询