Remove pagination count for tables in portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 11:22 AM
Hi team,
We have a requirement to remove the pagination for the records that we show on portal for a table.
For example, we are showing incidents table on portal using Data table from URL widget. We want to remove the pagination that would be shown for incident table on portal.
We are able to achieve this on native UI using List control.
It would be of great help if anyone can suggest how this can be done on portal as well.
Thanks in advance,
Sruthi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 09:37 PM
@sruthi4 - But this requirement will have an impact on the UX. Say if a user is having 50 records then it will be a lengthy web page displaying all the records (considering the filters applied).
Data is displayed from a widget called "Data Table" ID is "widget-data-table". So you need to clone the widget and make the changes. Please give a try and share if you need any support.
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 12:08 AM
Hi Vasanth,
When we remove pagination on native UI (through list control configuration), that wont load all 50 records at a time right? It just stops executing record count on load and it just displays 20 records at first and then when click next, it will show 21-40.
We want similar functionality on portal.
Can you please suggest what configuration needs to be done in data table widget to achieve this?
Thanks in advance,
Sruthi.