just2click / ember-treeview

Emberjs TreeView - Proof-of-concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Emberjs TreeView - Proof-of-concept