Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hello,
I am confused as to how to properly use the Tree widget in one of my mashups.
So let's say that I have an infotable containing two properties: name & sensorType.
Certain rows in the infotable can share the same sensorType value which I want to be the parent of the Tree widget.
I have set the following widget settings as follows:
LabelField: name
TooltipField:
ValueField:
IDField: name
ParentIDField: sensorType
Why is the widget empty?
Thanks in advance.
Hi
I think you need to have rows without parent(sensorType) and the said sensorType for name or else those nodes ain't created so the children don't find them
It would be helpful to post your service output as well.