Any way to include a "sticky footer" which sticks to the bottom of user's screen when the page height is less than user's screen height?

Hi @boston85719,

I tried to do the same method for pagination. I have 11 items and each page contains 5 items. So I have 3 pages. On the first page and last page it is working. But on the second page 1 item too many is shown. This item is also shown (correctly) on the last page. Can you see what I am missing? Please look at the screenshots below. At the bottom the value of the used custom stated are printed.

Page 1

Page 2


Company 9 (11th in the list) is shown, which shouldn’t be. Start item is 6 and end item is 10. This implies 5 items, but 6 items are shown.

Config of Repeating group

** Page start/end calculation**
The start and end item number of each page are calculated using a custom event.


Thank for the help.