ngJsTree icon indicating copy to clipboard operation
ngJsTree copied to clipboard

Error for Adding Children

Open smohammedyasin opened this issue 8 years ago • 0 comments

hello,

I used below format but and i got error " Uncaught TypeError: Cannot read property 'id' of undefined"

{ id: '5', parent:'#', text: 'Books' }, children : [ { text: 'chappter1'},{ text: 'chappter2'}] }

thank you

Yasin

smohammedyasin avatar Sep 27 '17 15:09 smohammedyasin