ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: 1176758572@qq.com on April 16, 2023, 06:27:54 am
-
i am use pqgrid in angular, loading big data from remote server,but cant invok method "beforeSend" ,i dont know how to send jwt token to server.
pqgrid Evaluation License version 8.5.0
-
beforeSend is a property of dataModel
https://paramquery.com/pro/api#option-dataModel-beforeSend
dataModel:{
beforeSend: function( jqXHR, settings ){
},
//other properties of dataModel.
}
-
beforeSend dont work!
-
Upgrade to v8.7.0
-
i have two bugs in version 8.7.0,i dont konw hot to fixed them.so i used the old version 8.5.0 i will report to your email,thanks!
-
Thanks, though I'm unable to reproduce the issue by following the steps in your shared pdf
Can you share a quick stackblitz so as to check what's causing the issue
-
when i set groupModel.grandSummary = true; the bugs will be recur.
-
I don't see any issue when this code is added
groupModel:{
on: true,
grandSummary: true
},
in this example: https://paramquery.com/pro/demos87/filter_header_local
Do you get any error in the browser console?
-
no errors, it works fine in version 8.2.1. i sent the angular code to your email yesterday. please help me,thanks!