You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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() {
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');
|};
The text was updated successfully, but these errors were encountered: