tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

when use pace.js and jqgrid,sometimes cann't load data. #973

Open javalover520 opened 3 years ago

javalover520 commented 3 years ago

version 5.4 and 5.5.1 all tried.

I try to use pace.js and treegrid ( datagrid ) ,sometimes data cann't load correctly。ajax request retrurn code 200,and loading is still show.and i click search button,no action trigger more. when i remove pace.js,it's ok.

search action lick bellow. function doBtnSearchAction() {

  $('#table_dic_list').jqGrid('clearGridData');   $('#table_dic_list').jqGrid('setGridParam', {   postData: {     },   |}).trigger('reloadGrid');   |};

tonytomov commented 3 years ago

What is pace.js and what do this library(module)? Without real example we can not help.

Please check your server response too, maybe here is the problem.

javalover520 commented 3 years ago

https://github.com/CodeByZach/pace
a request monitor.

All is right without pace.