Hi ,
I like your tree so far and i have already implemented in one part of my project, loading it via jason data. But since i have now a need for custom ordering items in a tree for same paerntid, i have few questions:
1. Is there any built in function for automatic conversion of actual var source to jason data? If not (guidance /example would be helpful)
2. Can you help me in figuring out how to save order position in a tree (meaning order appearance for same parentid) using jason data ? by default I see that you are using alphabetical sorting, is there a way to customize it?
3. My final idea is when i finish dragging item inside one tree from one place to another , at moment i know from examples how to get id and parentid, but i would like to have also possibility to get position of appearance where I placed that item for that parentid. (like “id” of items in records i assume?) any example would be helpful
Hope I was clear enough 🙂