Pagination Properties

Hi Team!

I am working on an account that wants to switch the typical pagination (Screenshot attached) to something similar to “Page 1 of 15 >” on the Answers Frontend. Is this possible? Would love to understand more about customizing pagination.

Best,
Davis

Hey Davis,

You can see the properties you are able to customize in the Pagination component of the SDK documentation. If you want to show how many pages of results there are, I’d recommend setting pinFirstAndLastPage to true (and making sure showFirstAndLastButton is false).