Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi all,
I have a machine model which I am showing in ThingView, List of parts is also available in grid widget. My requirement is to show/hide 3d BOM components in thing view (based on line selection in grid). How can I achieve this. I am stuck at showing and hiding part of implementation. Does ThingView support this feature or I should look for some alternate.
Any idea would be highly appreciated.
Thanks in advance.
Hi ,
If the requirement is to show the list of things and associated parts, then following steps can be followed.
Steps:
1. Get the list of things and bind it with grid widget
2. Write Service to fetch parts based on thing name
3. On selection of particular thing name , fetch the parts by using service mentioned in point 2 . Display this in another grid.
Hope this helps!!