jquery.fancytree

WebJar for jquery.fancytree

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

fancytree
Последняя версия

Последняя версия

2.30.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jquery.fancytree
WebJar for jquery.fancytree
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/mar10/fancytree

Скачать fancytree

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/fancytree/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>fancytree</artifactId>
    <version>2.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/fancytree/
implementation 'org.webjars.bower:fancytree:2.30.0'
// https://jarcasting.com/artifacts/org.webjars.bower/fancytree/
implementation ("org.webjars.bower:fancytree:2.30.0")
'org.webjars.bower:fancytree:jar:2.30.0'
<dependency org="org.webjars.bower" name="fancytree" rev="2.30.0">
  <artifact name="fancytree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='fancytree', version='2.30.0')
)
libraryDependencies += "org.webjars.bower" % "fancytree" % "2.30.0"
[org.webjars.bower/fancytree "2.30.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.bower : jquery jar [1.7,)
org.webjars.bower : jquery-ui jar [1.8.6,)

Модули Проекта

Данный проект не имеет модулей.

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.

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.30.0
2.28.1
2.27.0
2.24.0
2.23.0
2.22.5
2.21.0
2.20.0
2.19.0
2.18.0
2.16.1
2.15.0
2.13.0
2.12.0
2.11.0
2.10.2
2.10.1
2.9.0