how to use store to sync with server when using a Tree ?
I tried to use TreeStore but it does not have any appendChild oder addChild.
NodeInterface has a appendChild method but it does not sync with the server trough the store or proxy…
Any ideas ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TreeStore haven’t methods like Store.add or Store.delete. Because it needs information of parent node. So, example for add child to root element: