ezraroi / ngJsTree

Angular Directive for the famous JS Tree
http://ezraroi.github.io/ngJsTree/
MIT License
270 stars 101 forks source link

custom json data #122

Open morteza-gho opened 6 years ago

morteza-gho commented 6 years ago

I want to add a custom icon and subtext in a node, like this sample.

{
    'id': 1,
    'text': 'a text',
    'icon': "icon",
    'icon2': 'newIcon',
    'subtext': 'new text'
}

How can I do this? Thanks