How to add Button Component to Tree component for each item in parallel way

We have new requirement in Ignition Perspective

I have Tree Component, I need to add Icon to the left of each Icon, That Icon will take to one link if it was clicked. Attached the image below where i need that Icon.

Also please note this item already have open-popup function when i just click any Item in the tree. Kindly help me to achieve this .

This isn’t possible with anything built-in. The Tree component is designed for Display and not Input. However, you can still script against the items clicked by the user which would be you button/icon idea. You just have to accept the icon is on the left and there is no button.

1 Like