Hi, I have a very large JSON dataset, anywhere from 100MB-2GB that is stored locally on the computer. If $$(‘tree’).parse(data) is used, the browser would either take a very long time to display the data in a tree or the page would crash entirely.
I’ve read about webix_child property but is there a way to not use this property? The data set I’m working with has a lot of levels but the IDs don’t exactly match the requirements of webix dataset so they’re useless.
This is a mini sample of the structure: http://pastebin.com/ZTA8MQ7F
Is there a function to render each level as the user expands the tree without using webix_child and IDs?
Thank you for your time.