Ext.ux.AccordionList icon indicating copy to clipboard operation
Ext.ux.AccordionList copied to clipboard

Unable to display appendChild in list

Open sandipkansagara opened this issue 10 years ago • 1 comments

Hello..

Thanks for helping us.

I am adding new child. It can added to store but it will not display in list.

Ext.getStore('test').getRoot().appendChild({text:'test', leaf:true})

Let me know if you need other info.

Thanks Sandip

sandipkansagara avatar Sep 29 '14 09:09 sandipkansagara

Hello,

node.insertChild() work but appendChild() Not Working;

Thank You

sandipkansagara avatar Sep 30 '14 05:09 sandipkansagara