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"


251 views0 comments

コメント

5つ星のうち0と評価されています。
まだ評価がありません

評価を追加
bottom of page