Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Hi Ralf,
Please open the file pivot/widgets/assets/PivotMatrix.js and replace this line:
this.pageNum = this.viewstate.paging.page;
with this one:
this.pageNum = viewstate.paging ? viewstate.paging.page : null;
Then remove "paging" property from PivotMatrix::create and see how it goes.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo