vpusher / paper-tree

Browsable tree of nodes with expandable/collapsible capabilities and actions menu
MIT License
27 stars 24 forks source link

dynamic data #5

Closed burningTyger closed 7 years ago

burningTyger commented 7 years ago

Is there a simple way to add dynamic data via ajax? I have a lot of data with sometimes circular dependencies so it's impossible to load the full graph. How about opening a node could trigger an update?

burningTyger commented 7 years ago

it's lazy loading, ok. Never mind.