Forum Discussion
2 Replies
Replies have been turned off for this discussion
- harikm007Data Warehouse
Hi mirzay ,
Try this script:
https://www.binextlevel.com/post/remove-pagination-from-pivot-infinite-scroll
widget.style.pageSize = "9999999999"-Hari
- mdoriaCloud 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)
});