How to show a table list on service portal?

jonnyyan
Kilo Contributor

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

find_real_file.png

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

find_real_file.png

Jonny

15 REPLIES 15

Paul Kunze
Tera Guru

Hi all, I had the same requirement and found a good way to do this very easily. This is how it looks:

find_real_file.png

 

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:

find_real_file.png

 

Then open the Widget Instance in the Backend:

find_real_file.png

And add the text {'enable_filter': true} to the field "Additional options":

find_real_file.png

This will enable the filter on the list.

I hope this helps 🙂