Service Portal Data Table Widget Customization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2018 09:16 AM
I've been working on a space-saving customization to the "Data Table from Instance Definition" widget.
Basically, I want users to be able to click a button and be able to choose which list they see, as well as be able to click an item on the list and have it load on the form widget on the same page.
I have that part working, using $broadcast to send events and pass information between the various widgets, see below:
What I haven't been able to figure out is how to get the Filter to respond. I've been through all the nested widgets, replaced them with custom ones, and passed every variable i can think of to every place i can think of, and no luck. The best I can figure, the filter widget (which is another embedded widget) isn't being reset when everything else is. Either that or theirs some piece of data I'm not passing.
Anyone have any ideas?
I really wish I could tag people, because I'd love to ask Nathan Firth or Chuck Tomasi about this one.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2020 05:54 PM
Take a look at my article which might help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 08:24 AM
Hi,
I hope this is not too much to ask, but I am trying to develop the same. A way for my users to see Active and Closed Incidents and Requests using Tabs. Could you share the steps or code you used to develop this?
Thank you