easyui 用datagrid的load方法实现检索,为什么检索没有效果
//表格<tableid="dg"title="评分要素表"class="easyui-datagrid"url="1.json"fit="true"toolbar="#...
//表格
<table id="dg" title="评分要素表" class="easyui-datagrid"
url="1.json" fit="true"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true"
loadMsg="数据加载中..." >
<thead>
<tr>
<th field="name" width="45">姓名</th>
<th field="1" width="45">职位</th>
<th field="2" width="45">评测状态</th>
</tr>
</thead>
</table>
//函数
function FindData(){
$('#dg').datagrid('load',{
name:“jkc”
});
} 展开
<table id="dg" title="评分要素表" class="easyui-datagrid"
url="1.json" fit="true"
toolbar="#toolbar" pagination="true"
rownumbers="true" fitColumns="true" singleSelect="true"
loadMsg="数据加载中..." >
<thead>
<tr>
<th field="name" width="45">姓名</th>
<th field="1" width="45">职位</th>
<th field="2" width="45">评测状态</th>
</tr>
</thead>
</table>
//函数
function FindData(){
$('#dg').datagrid('load',{
name:“jkc”
});
} 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询