参考:https://blog.csdn.net/u012746051/article/details/52949353
$("#列表区域id").jqGrid('clearGridData');// 清空数据
$("#列表区域id").jqGrid('setGridParam',{
    url:"xxx.do",
    datatype:"json",
    mtype:"post",
    page:1,// 初始化页码
    postData:{"param1":"value1",...} //新的查询参数
});

 

相关文章:

  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案