I use tree.Panel and TreeStore component. I use JSON file to store my datas but i would like know, how to upgrade my data with a TreeStore ?!
I explain my problem : I have 2 components on my page :
Tree.Panel who display data with TreeStore and Panel to editing data, because i don't find how to editing tree directly ?!
I want to use a Submit button to update data on my tree but i don't understand how to do this?!
If its possible ?!
I don't understand how i can add new node , upgrade node and delete node ?!
Or there exist maybe TreeEditor component ?!
Thanks a lot to helps :)