angular-tree-dnd
v3.0.11
Published
[Angular 1.x] Display treeDnD & event DrapnDrop, field 'td' by tree.
Downloads
731
Readme
[Angular 1.x] Display treeDnD & event DrapnDrop, field 'td' by tree.
###Support (just when I'm online)
Demo:
- http://thienhung1989.github.io/angular-tree-dnd/demo
###Requirement:
angular: >=1.2.1
Source (>= 3.0.4)
http://thienhung1989.github.io/angular-tree-dnd/3.0.4/ng-tree-dnd.css
http://thienhung1989.github.io/angular-tree-dnd/3.0.4/ng-tree-dnd.js
http://thienhung1989.github.io/angular-tree-dnd/3.0.4/ng-tree-dnd.min.js
Install bower:
bower install angular-tree-dnd
npm install angular-tree-dnd
Problems
- Big data not good (development with scrollInfinite, will update soon late).
Feature
- Display Data-Tree with 2 type: Table-Grid & List (ul, ol).
- Drag & Drop.
- Filter Data-Tree.
- GroupBy (building, not ready)
- Extended function
Directive for
Data-Tree (next, prex, remove,...)
Manuals & Documents:
- https://github.com/thienhung1989/angular-tree-dnd/blob/master/DOCUMENTS.md
Changes Log:
- https://github.com/thienhung1989/angular-tree-dnd/blob/master/CHANGELOG.md
Thank To:
This product is the combination and optimization of 2: JimLiu (Drag2Drop) và khan4019 (Display Tree2Table).