cancel
Showing results for 
Search instead for 
Did you mean: 

Infinite Scroll for Pivot Tables

mirzay
8 - Cloud Apps
8 - Cloud Apps

Is there a way to have infinite scroll on Pivot tables, instead of pages? This is not available by default and was hoping this could be achieved via any scripts

 

 

2 REPLIES 2

harikm007
13 - Data Warehouse
13 - Data Warehouse

Hi @mirzay ,

Try this script:

https://www.binextlevel.com/post/remove-pagination-from-pivot-infinite-scroll

 

widget.style.pageSize = "9999999999"

-Hari

mdoria
8 - Cloud Apps
8 - Cloud Apps

I am using this on pivot table script and it is not working.

widget.on("processresult", function(sender,event){

event.result.pageSize = "9000"
console.log(event.result.pageSize)

});