Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 568 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 568 Bytes

Ember TreeView

A Tree component built using Ember.js.

Features

  • Drag'n'drop support inside and outside the treeview
  • Rows reordering
  • Simple and multi-selection (simply press CTRL or SHIFT + click)

Demo

See: http://bobey.github.io/ember-treeview/

Notes

This is just a proof-of-concept / a work in progress.

Please, fork if you want to improve this component!

Dependencies

  • ember.js (of course!)
  • jquery-ui (for drag and drop capabilities)

TODO

  • Clean code
  • Improve demos