-
-
Notifications
You must be signed in to change notification settings - Fork 607
Closed
Labels
Description
Hi,
First I want to tell you that this is the best Tree on internet right now. Thanks for this excelent work.
However ...
I'm working with the Google Tasks API. They return a JSON I cant connect with FancyTree.
This is mi test code:
http://jsfiddle.net/prncw2sL/1/
Google use a "parent" item to know if the task is a children of another task, in this way they create a tree with tasks and sub-tasks.
But in FancyTree you use a "children" inside the task for subtasks.
There is a way I can adapt the FancyTree behave to connect with the Google Tasks API?
Thanks in advance.