top of page

Remove pagination from pivot (infinite scroll)

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:

  1. Create a pivot table

  2. Add below script to widget

  3. Save the script and refresh widget


widget.style.pageSize = "9999999999"


253 views0 comments

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page