1
ParamQuery Pro Evaluation Support / Error: TypeError: Cannot read property 'pivotSortFn' of undefined
« 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
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