How to refresh a widget when data changes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 07:25 AM
I have a widget that shows a list of announcements and have implemented the ability to dismiss announcements from the widget. My question is, now that the data in the underlying table has changed, how do I refresh the component (not the entire page)?
The delete is done on a click action so even just putting the refresh logic on that click event should work. I just don't know how to do that.
Thanks,
WH
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 07:31 AM
Hi
please find the step-by-step instructions in the following great video: https://www.youtube.com/watch?v=Eg7l15v-nd0&list=PLkGSnjw5y2U5jTsF7i2yRZPdk3lm88SN8&index=14
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 08:54 AM
Thank you! I was on that YT channel earlier searching, I don't know how I didn't spot that video.