Can we age pagination on portal list

gazalagrawa
Tera Contributor

At the backend, native view on any list we get the option to show number of records per page. Can we implement something similar on any portal widget?

I have a widget that displays case list, can I add similar functionality on that list?

Screenshot 2026-05-13 121133.png

3 REPLIES 3

Mark Manders
Giga Patron

What's the business case? Having this set on widget level (show X number of records) makes sure this will remain performance friendly.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

The use case is, I am displaying Cases of a contact in a list on portal. So a customer should have choice similar to backend to display 100, 200, 50 records per page. Is it possible and how?

Tanushree Maiti
Tera Patron

Hi @gazalagrawa 

 

refer: Building a Custom Pagination Widget for Service Portal: Server-Side Pagination

https://www.youtube.com/watch?v=8KMT3aMRO-s

https://www.youtube.com/watch?v=yRfkD0P7swE

https://www.linkedin.com/posts/srilatha-tangudu-26b2a8a5_servicenow-serviceportal-pagination-activit...

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
serviceportal #servicenow #portal #serviceportal #search Service Portal D25 - Create Custom List Widget with Pagination Today I will discuss how can we create a list widget and implement pagination ...
Code: https://github.com/ServiceNowDevProgram/code-snippets/tree/main/Service%20Portal%20Widgets/Paginated%20Data In this video, we dive into building a custom pagination widget tailored for ServiceNow Service Portals, with a focus on implementing server-side pagination. When working with large ...