Design custom widget to get the data from table to portal html view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2020 03:05 AM
I am new to service portal . I need help in how the data is passed between the server and client side in service widget .
I have a custom table name ABC .For the time being lets take incident . my requirement is to design the the custom widget and show the list of data from the incident (4 - 5 fields ) on the portal page in the form of the table.
Can someone please help me with the decent custom widget .
with the html css and client side and server side code .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2020 02:45 AM
Hi Rahul,
You can use "Data Table from Instance Definition" widget which comes OOB with Service Portal. That will allow you to list the records from your custom table with search, sort, pagination like features.
1) Drag/drop Data "Data Table from Instance Definition" to your page through page designer .
2) Configure Table and required fields.
3) This widget provides you ability to filter the list and to control other bootstrap layout related attributes.
Please mark this as correct/helpful if this answered your question.
Thanks,
Gaurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2023 12:00 AM
Hi @Gaurav Sharma11 ,
Can we use custom titles for the Data Table widegt? For example, Number field value to be visible as 'Document Number' as the column heading.