How can I display a tooltip for the tree elements in DhtmlxTreeView component?

Hi Team,
I was trying to find out a way to display the tooltip when I hover over any element on the TreeView component.
I found out that there is no built-in method or way to add a tooltip like we do for icons and text.
But if we pass an HTML element as a text then I can see the tooltip on the tree element, but the select operation doesn’t work when I click on that particular HTML element.
Need help to resolve this. Or let me know if there is any other way to handle the tooltip when we hover on the tree element.

Thanks

Hello.

Unfortunately in this case I can only suggest you to use the dhtmlxTree instead of the dhtmlxTreeView:

It supports native tooltips:
Syntax Templates DHTMLX Docs (“tooltip” attribute in the item data)
and custom tooltips with the help of the mouseIn/mouseOut events:
onMouseIn DHTMLX Docs
onMouseOut DHTMLX Docs