I’m working with jsTree in ajax mode.
The return json data is in the following format:
[{"Name":"David"},{"Name":"Joe"},{"Name":"Leo"},{"Name":"George"},{"Name":"Keith"}]
And for some reason the jsTree doesn’t render it as a tree.
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.
imo jsTree does not support JSON structure you use. you have to follow structure described in the dcoumentation – http://www.jstree.com/documentation/json_data
e.g.