arogachev / yii2-tree

Database tree structures (Nested Sets) management for Yii 2 framework
Other
22 stars 10 forks source link

Lazy loading nodes #9

Open phrakon opened 7 years ago

phrakon commented 7 years ago

Is there a way to implement the feature? https://github.com/vakata/jstree#populating-the-tree-using-ajax-and-lazy-loading-nodes

arogachev commented 7 years ago

Currently this is not supported, but this would be good feature to have for large trees, I will try to implement this when I have time. To speed things up, you can send PR.