tags:

views:

32

answers:

0

Hi I have tree panel and a root of it which is AsyncTreeNode. i have array of strings(data) which is representing the child of this root. i want to load this tree panel by saying root.appendChild(data). but data is not reflecting instead it is giving loading sign at root what should i do?