1
1
# ![ logo] ( doc/logo.png?raw=true ) Fancytree
2
+
2
3
[ ![ GitHub version] ( https://badge.fury.io/gh/mar10%2Ffancytree.svg )] ( https://github.com/mar10/fancytree/releases/latest )
3
4
[ ![ Build Status] ( https://travis-ci.com/mar10/fancytree.svg?branch=master )] ( https://travis-ci.com/github/mar10/fancytree )
4
5
[ ![ npm] ( https://img.shields.io/npm/dm/jquery.fancytree.svg )] ( https://www.npmjs.com/package/jquery.fancytree )
7
8
[ ![ Released with: grunt-yabs] ( https://img.shields.io/badge/released%20with-grunt--yabs-yellowgreen )] ( https://github.com/mar10/grunt-yabs )
8
9
[ ![ StackOverflow: fancytree] ( https://img.shields.io/badge/StackOverflow-fancytree-blue.svg )] ( https://stackoverflow.com/questions/tagged/fancytree )
9
10
10
- <!--
11
- [](https://saucelabs.com/u/sauce-fancytree)
12
- -->
13
-
14
11
Fancytree (sequel of [ DynaTree 1.x] ( https://code.google.com/p/dynatree/ ) ) is a
15
12
JavaScript tree view / tree grid plugin with support for keyboard, inline editing,
16
13
filtering, checkboxes, drag'n'drop, and lazy loading.
17
14
18
- [ ![ sample] ( doc/teaser2.png?raw=true ) ] ( https://wwWendt.de/tech/fancytree/demo " Live demo ")
19
-
20
-
21
- ### Status
22
-
23
- [ ![ GitHub version] ( https://badge.fury.io/gh/mar10%2Ffancytree.svg )] ( https://github.com/mar10/fancytree/releases/latest )
24
- See the [ change log] ( https://github.com/mar10/fancytree/blob/master/CHANGELOG.md )
25
- for details.
26
-
27
15
> ** NOTE:** <br >
28
- Fancytree is considered feature-complete. The code is still maintained and
29
- bugfixes will be commited. However do not expect new major features.<br >
30
- Have a look at the [ Wunderbaum] ( https://github.com/mar10/wunderbaum ) incubator
31
- for a potential successor.
16
+ > Fancytree is considered feature-complete. <br >
17
+ > The code is still maintained and bugfixes will be commited.
18
+ > However do not expect new major features.
19
+ >
20
+ > For a modernized and more capable alternative, have a look at the designated
21
+ > successor [ Wunderbaum] ( https://github.com/mar10/wunderbaum ) .
32
22
23
+ [ ![ sample] ( doc/teaser2.png?raw=true ) ] ( https://wwWendt.de/tech/fancytree/demo " Live demo ")
33
24
34
25
### Get Started
35
26
36
- * [ Try the live demo] ( https://wwWendt.de/tech/fancytree/demo ) .
37
- * [ Read the documentation] ( https://github.com/mar10/fancytree/wiki ) .
38
- * [ Check the Q&A forum] ( https://github.com/mar10/fancytree/discussions ) or
27
+ - [ Try the live demo] ( https://wwWendt.de/tech/fancytree/demo ) .
28
+ - [ Read the documentation] ( https://github.com/mar10/fancytree/wiki ) .
29
+ - [ Check the Q&A forum] ( https://github.com/mar10/fancytree/discussions ) or
39
30
[ Stackoverflow] ( https://stackoverflow.com/questions/tagged/fancytree ) if you have questions.
40
- * Play with [ jsFiddle] ( http://jsfiddle.net/mar10/KcxRd/ ) ,
31
+ - Play with [ jsFiddle] ( http://jsfiddle.net/mar10/KcxRd/ ) ,
41
32
[ CodePen] ( https://codepen.io/mar10/pen/WMWrbq ) ,
42
33
or [ Plunker] ( http://plnkr.co/edit/8sdy3r?p=preview ) .
43
- * [ Contribute] ( https://github.com/mar10/fancytree/wiki/HowtoContribute )
44
-
34
+ - [ Contribute] ( https://github.com/mar10/fancytree/wiki/HowtoContribute )
45
35
46
36
### ES6 Quickstart
47
37
@@ -66,7 +56,6 @@ const tree = createTree('#tree', {
66
56
See [ module loader support] ( https://github.com/mar10/fancytree/wiki#use-a-module-loader ) and
67
57
[ API docs] ( https://wwWendt.de/tech/fancytree/doc/jsdoc/Fancytree_Static.html#createTree ) .
68
58
69
-
70
59
### Credits
71
60
72
61
Thanks to all [ contributors] ( https://github.com/mar10/fancytree/contributors ) .
0 commit comments