Hi ,
I am new to oracle JET.I was looking for a tree component for my application with the following features
1,User should be able to specify a div as a tree node.This is the ultimate requirement if this is not possible user should be able to do the below ,because all below points can be easily implemented if I could specify a div as a tree node
2.User should be able to use Font awesome icons(Font awesome icons are not images user should be able specify the icon class).
3,User should be able to specify tooltip (Tooltip can be a div)
4,User should be able to Expand&Collapse
5,User should be able to specify style class
6,User should be able to specify hover class
7,It should be compactable with oj-popup
My question is
1, Is there any existing tree components with these features? I saw oj-tree but I am not sure if I can use font-awesome icons, specify the class or set div as node
2, If there is no component with these capabilities any ideas or suggestions how to write a new tree component?