Service Portal Data Table Widget Customization

Community Alums
Not applicable

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:

find_real_file.png

find_real_file.png

find_real_file.png

find_real_file.png

 

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.

16 REPLIES 16

Mike Patel
Tera Sage

AngelP83
Giga Guru

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