Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bobey/ember-treeview

Emberjs TreeView - Proof-of-concept
https://github.com/bobey/ember-treeview

Last synced: 2 months ago
JSON representation

Emberjs TreeView - Proof-of-concept

Awesome Lists containing this project

README

        

Ember TreeView
================

A Tree component built using [Ember.js](http://emberjs.com/).

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