PHPackages                             gudezi/yii2-fancytree-widget - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. gudezi/yii2-fancytree-widget

ActiveYii2-extension

gudezi/yii2-fancytree-widget
============================

The yii2-fancytree widget is a Yii 2 wrapper for the \[Fancytree\](https://github.com/mar10/fancytree). A JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading

1.0.0(9y ago)164BSD-3-ClausePHP

Since Oct 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/gudezi/yii2-fancy-tree-widget)[ Packagist](https://packagist.org/packages/gudezi/yii2-fancytree-widget)[ RSS](/packages/gudezi-yii2-fancytree-widget/feed)WikiDiscussions dev Synced 2mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

yii2-fancytree-widget
=====================

[](#yii2-fancytree-widget)

The yii2-fancytree-widget is a Yii 2 wrapper for the [Fancytree](http://wwwendt.de/tech/fancytree/demo/). A JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, tables, drag'n'drop, and lazy loading.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist gudezi/yii2-fancytree-widget "*"

```

or add

```
"gudezi/yii2-fancytree-widget": "*"

```

to the require section of your `composer.json` file.

How to use
----------

[](#how-to-use)

IMORTANT: Widget is fit to use with Nested Sets behavoiur. You need to install this behaviour before use this Fancy Tree widget.

On your view file.

```
