PHPackages                             wbraganca/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. [Templating &amp; Views](/categories/templating)
4. /
5. wbraganca/yii2-fancytree-widget

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

wbraganca/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.1(10y ago)45135.7k↓32.2%15[2 issues](https://github.com/wbraganca/yii2-fancytree-widget/issues)[3 PRs](https://github.com/wbraganca/yii2-fancytree-widget/pulls)4BSD-3-ClausePHP

Since Nov 11Pushed 8y ago9 watchersCompare

[ Source](https://github.com/wbraganca/yii2-fancytree-widget)[ Packagist](https://packagist.org/packages/wbraganca/yii2-fancytree-widget)[ RSS](/packages/wbraganca-yii2-fancytree-widget/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (4)

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 wbraganca/yii2-fancytree-widget "*"

```

or add

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

```

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

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

[](#how-to-use)

On your view file.

```
