- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2020 03:10 AM
I have created a widget in service portal using the OOB widget "Data table from instance defination". Please find the filter which i have used for the same.
However, when there is no matching records i Get this
So, now i want that this widget to be hiden when there is no matching records as per the result.
can the everhelpful community help me out with this.
Thanks in advance
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2020 04:36 AM
Add the below code in your custom widget to maker this work
Server side:
HTML:
add ng-if
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2020 04:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2020 06:07 AM
Thanks Raghav that worked like a charm...