Pagination in "My Request" widget on service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2020 12:01 PM
We are using OOB "my request" widget which comes with the "View All" option.
My Customer wants it to show 5 requests at a time, and then there will be the NEXT button to see more requests.
OOB "My approval" widget comes with the NEXT button option. But due to lack of portal knowledge, I don't know how to implement the same for "My Request" widget.
Any help will be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2020 12:08 PM
you can use the Bootstap Ui paginate option.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2020 12:11 PM
Check these blogs and threads:
https://community.servicenow.com/community?id=community_blog&sys_id=cb6caea1dbd0dbc01dcaf3231f96190b

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2020 12:13 PM
Also check this link about UI Bootstrap directives.
https://serviceportal.io/uibootstrap-in-service-portal/
https://angular-ui.github.io/bootstrap/versioned-docs/1.1.2/#/pagination

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2020 12:14 PM
Hi Varun,
Link meets your requirement & you just need to copy code in existing widget's HTML, Client Contorller & CSS.