ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: edp@shield on February 18, 2021, 06:07:31 pm
-
Good morning
I'm using pqgrid like a pivot.
When I run the web page is working good.
If I push button refresh on the toolbar it give me this error:
TypeError: Cannot read property 'pivotSortFn' of undefined
Here is the part of code going in error.
var urlGet = "/private/getdata/";
$("#gridPony").pqGrid('option', 'dataModel.url', urlGet);
$("#gridPony").pqGrid('refreshDataAndView');
May you help me.
Thanks
-
Please follow these steps:
1. turn off the pivot
2. refreshDataAndView
3. turn on the pivot.