ember-tree-view

3.7.8 • Public • Published

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.

Dependencies (11)

Dev Dependencies (44)

Package Sidebar

Install

npm i ember-tree-view

Weekly Downloads

1

Version

3.7.8

License

MIT

Unpacked Size

28.9 kB

Total Files

37

Last publish

Collaborators

  • systembug