KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Pivotmatrix paging #1115

Open Ralf Föhring opened this topic on on Oct 8, 2019 - 2 comments

Ralf Föhring commented on Oct 8, 2019

Hi,

is there any way to disable the paging?

David Winterburn commented on Oct 9, 2019

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.

Ralf Föhring commented on Oct 11, 2019

Thanks

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Pivot