2.38.4 • Published 6 months ago

jquery.fancytree v2.38.4

Weekly downloads
11,718
License
MIT
Repository
github
Last release
6 months ago

logo Fancytree

GitHub version Build Status npm jsDelivr code style: prettier Released with: grunt-yabs StackOverflow: fancytree

Fancytree (sequel of DynaTree 1.x) is a JavaScript tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading.

NOTE: Fancytree is considered feature-complete. The code is still maintained and bugfixes will be commited. However do not expect new major features.

For a modernized and more capable alternative, have a look at the designated successor Wunderbaum.

sample

Get Started

ES6 Quickstart

import $ from "jquery";

import 'jquery.fancytree/dist/skin-lion/ui.fancytree.less';  // CSS or LESS

import {createTree} from 'jquery.fancytree';

import 'jquery.fancytree/dist/modules/jquery.fancytree.edit';
import 'jquery.fancytree/dist/modules/jquery.fancytree.filter';

const tree = createTree('#tree', {
  extensions: ['edit', 'filter'],
  source: {...},
  ...
});
// Note: Loading and initialization may be asynchronous, so the nodes may not be accessible yet.

See module loader support and API docs.

Credits

Thanks to all contributors.

2.38.4

6 months ago

2.38.3

2 years ago

2.38.2

3 years ago

2.38.1

3 years ago

2.38.0

4 years ago

2.37.0

5 years ago

2.36.1

5 years ago

2.36.0

5 years ago

2.35.0

5 years ago

2.34.0

6 years ago

2.33.0

6 years ago

2.32.0

6 years ago

2.31.0

6 years ago

2.30.2

6 years ago

2.30.1

7 years ago

2.30.0

7 years ago

2.29.1

7 years ago

2.29.0

7 years ago

2.28.1

7 years ago

2.28.0

7 years ago

2.27.0

8 years ago

2.26.0

8 years ago

2.25.0

8 years ago

2.24.0

8 years ago

2.23.0

8 years ago

2.22.5

8 years ago

2.22.4

8 years ago

2.22.3

8 years ago

2.22.2

8 years ago

2.22.1

8 years ago

2.22.0

8 years ago

2.21.0

8 years ago

2.20.0

9 years ago

2.19.0

9 years ago

2.18.0

9 years ago

2.17.0

9 years ago

2.16.1

9 years ago

2.16.0

9 years ago

2.15.0

9 years ago

2.14.0

10 years ago

2.13.0

10 years ago

2.12.0

10 years ago

2.11.0

10 years ago

2.10.2

10 years ago

2.10.1

10 years ago

2.10.0

10 years ago

2.9.0

10 years ago

2.8.1

10 years ago

2.8.0

10 years ago

2.7.0

11 years ago

2.6.0

11 years ago

2.5.1-0

11 years ago