Forum Discussion
mdoria
02-06-2023Cloud 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)
});
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)
});