Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bobey/ember-treeview
- Owner: bobey
- Created: 2013-06-12T11:52:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-26T16:52:05.000Z (over 11 years ago)
- Last Synced: 2023-03-12T01:42:31.041Z (almost 2 years ago)
- Language: JavaScript
- Size: 580 KB
- Stars: 24
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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