Ext.ux.AccordionList
Ext.ux.AccordionList copied to clipboard
Unable to display appendChild in list
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
Hello,
node.insertChild() work but appendChild() Not Working;
Thank You