How to show a table list on service portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2017 10:40 PM
Hi Team,
Could you please tell me how to show a table list on service portal?
I have table used to store all of requests which raised by me as below
I want to show this list on the service portal , how to complete it? which widget should i use?
i use 'data table' widget, but there is no link and filter function
Jonny
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2021 01:07 AM
Hi all, I had the same requirement and found a good way to do this very easily. This is how it looks:
And this is how it's done:
Create a new Portal Page or use an existing one and add the OOTB Widget "Data Table from Instance Definition". Open the properties and add your table and columns:
Then open the Widget Instance in the Backend:
And add the text {'enable_filter': true} to the field "Additional options":
This will enable the filter on the list.
I hope this helps 🙂