I'm using Simple Report Reactive component in dev environment but page number is not calculated .
I have this used as per the demo app.
Also layout alignments are not proper, footer is on top.
Here I have placed page number block in Header as well as footer .
Guys how to fix it ?
Thanks
Hi Ramya,
I think you want to implement a pagination. just search pagination in the toolbar on the left side of service studio.
And then drag and drop the widget below your table.
Create a local var for start index and max record and set the total count to the count of your aggregates.
The page number will automatically display based on the count of your aggregates and max number.