- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2020 01:26 PM
We have a widget using data table displaying data in list format Service Portal. It's hard to use when there are lots of data in the table, so people have to go through pages and pages data to find the record they're looking for. Is there any widget or method to provide user a quick way to find their record based on certain criteria, ie. column name? The out of box widget with list filter expose too much info to the end user and they get lost when using it. Need some advice on the best approach to help user find their data in the large table.
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2020 01:34 PM
Refer to article and see if that helps. It has search function with hard-coded query

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2020 01:34 PM
Refer to article and see if that helps. It has search function with hard-coded query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2020 01:58 PM
Thanks for the quick response. I will give it a try and report back :). Is the widget in the article cloned from any OOB widget?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2020 02:23 PM
Yes, I cloned it from widget-data-table widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2020 03:17 PM
That looks great! I have two questions: 1) Currently when you click an item, it opens the ticket form as request. How could I make it open in the normal item display form? 2) What's the functions here for activeFilter and taskQueryFilter? Are they mandatory here? If so, how do you compose them? Any tool to use?
Thanks