Pagination Offset More then 25?

Without using a custom query and just using the built-in pagination generator, possible to change offset from 25 to say 75-100? Not worried about performance yet. Thank you!

something like this you are looking to achieve?

Exactly or even just the ability to change the default.


in server connect, you can find option for limit.
we have associated this with the value from select dropdown - it can be hardcoded as well.

further, in case the SC is not auto load - like in our case, do this:
image
on value change event of the select - call the server connect.

2 Likes

Thank you! I gave this a go and it works well perfectly.

1 Like