2.38.3 • Published 1 year ago

jquery.fancytree v2.38.3

Weekly downloads
11,718
License
MIT
Repository
github
Last release
1 year 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.

sample

Status

GitHub version See the change log for details.

NOTE: Fancytree is considered feature-complete. The code is still maintained and bugfixes will be commited. However do not expect new major features. Have a look at the Wunderbaum incubator for a potential successor.

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.3

1 year ago

2.38.2

2 years ago

2.38.1

2 years ago

2.38.0

3 years ago

2.37.0

4 years ago

2.36.1

4 years ago

2.36.0

4 years ago

2.35.0

4 years ago

2.34.0

4 years ago

2.33.0

5 years ago

2.32.0

5 years ago

2.31.0

5 years ago

2.30.2

5 years ago

2.30.1

5 years ago

2.30.0

6 years ago

2.29.1

6 years ago

2.29.0

6 years ago

2.28.1

6 years ago

2.28.0

6 years ago

2.27.0

6 years ago

2.26.0

6 years ago

2.25.0

6 years ago

2.24.0

7 years ago

2.23.0

7 years ago

2.22.5

7 years ago

2.22.4

7 years ago

2.22.3

7 years ago

2.22.2

7 years ago

2.22.1

7 years ago

2.22.0

7 years ago

2.21.0

7 years ago

2.20.0

7 years ago

2.19.0

8 years ago

2.18.0

8 years ago

2.17.0

8 years ago

2.16.1

8 years ago

2.16.0

8 years ago

2.15.0

8 years ago

2.14.0

8 years ago

2.13.0

8 years ago

2.12.0

9 years ago

2.11.0

9 years ago

2.10.2

9 years ago

2.10.1

9 years ago

2.10.0

9 years ago

2.9.0

9 years ago

2.8.1

9 years ago

2.8.0

9 years ago

2.7.0

9 years ago

2.6.0

9 years ago

2.5.1-0

9 years ago