一开始点击链接不加载数据 按下查询按钮才去加载 这要什么实现
附加代码
<table id="gridTable" class="easyui-datagrid" data-options="rownumbers:true,
striped:true,
singleSelect:true,
nowrap:true,
collapsible:false,
pagination:true,
fitColumns:true,
singleSelect:true,
border:true,
pageList: [30,50,80,100],
@*url:'newgetResList',*@
toolbar:'#gridTb',
fit:true">
<thead>
<tr>
<th data-options="field:'Id',width:50,align:'center'">号码</th>
<th data-options="field:'PlayName',width:100,align:'center'">姓名</th>
$("#searchBtn").click(function () {