Hello,
How can I do to specify node's icon from Json data in a Tree Component
part of json data :
{ identifier: 'name',
label: 'name',
items: [
{ name:'Africa', type:'continent', icon:'continent.png'
children:[{_reference:'Egypt'}, {_reference:'Kenya'}, {_reference:'Sudan'}] },
{ name:'Egypt', type:'country' },
{ name:'Kenya', type:'country',
children:[{_reference:'Nairobi'}, {_reference:'Mombasa'}] },
docs, hacks, solutions, ..
thanks for your help.
