Perspective Progressive Tag Tree

Unfortunately haven’t been able to test it, been busy with a client project. Hoping I’ll have time to continue on it shortly.

I believe (without looking) that the 8.0.12 error is due to the way it references the attributes of each result. In some versions you had to reference it like result.hasChildren but then it changed to where you needed to treat it like a dictionary result[“hasChildren”] so you could check that out?

But that’s just a guess

1 Like

Hi

The result.hasChildren for system.tag.brosweTag which is 7.9 tag function.
The system.tag.broswe use result[“hasChildren”].
So it is not the case.

1 Like

Have you tried this with Perspective MenuTree?

Hii guys
actually, I am using tree I need to search machine names by search option.
my operator will put the name of machine in search option and after that particular machine name will pop up and operator will be able to go in that machine screen.
below I have attached the screen shot.

hello team,
any solution on above tree component?

It doesn't seem like there is a question in your previous post; are you trying to implement the search functionality?

yes