@blainelang wrote:
I am working on a new document management application using Ember and have not been able to find a good solution to provide a folder tree component that works with Ember 2.0 and Ember Data.
It will need to support larger folder trees - eg 1000's of folders nested under say 20 top level folders with any single folder being up to 10 levels deep. Support for Async loading on expanding a folder would be required so there is min initial load time.
Data Source for the folder structure will be via a REST call and use JSON API
I've found and tried with out success the following components
1) http://indexiatech.github.io/ember-idx-tree
Getting {{ view }} issues, so it’s not been upgraded for 2.x and looking at the project history, it’s not being maintained.2) github.com/zgs225/easy-tree
3) github.com/vakata/jstree
4) github.com/pavloo/ember-cli-treeAny suggestions or recommendations would be appreciated.
Posts: 1
Participants: 1