In Sisense Pivot2, maximum items per page we can set is 200. Here is a script that remove pagination in pivot and enable infinite scroll.
Steps:
Create a pivot table
Add below script to widget
Save the script and refresh widget
widget.style.pageSize = "9999999999"
コメント