3.7.8 • Published 2 years ago

ember-tree-view v3.7.8

Weekly downloads
17
License
MIT
Repository
github
Last release
2 years ago

ember-tree-view

A simple tree view addon for ember

  • Ember.js v3.20 or above
  • Ember CLI v3.20 or above
  • Node.js v12 or above

Installation

ember install member-tree-view

Usage

{{em-tree model=model selected=selected}}

Asynchronous loading tree node

{{em-tree model=model async=true icons-per-type=iconSet expand-depth=expandDepth children=(action "getChildren")}}

controller

actions: {
  // return promise for async
  getChildren(node) { 
    
  }
}

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.