Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
javalover520 opened this issue Dec 29, 2020 · 2 comments
Open

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

javalover520 opened this issue Dec 29, 2020 · 2 comments

Comments

@javalover520
Copy link

javalover520 commented Dec 29, 2020

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
Copy link
Owner

tonytomov commented Dec 30, 2020

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
Copy link
Author

javalover520 commented Jan 5, 2021

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

All is right without pace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants