PHPackages                             jeki-aka-zer0/yii2-nsjqtree - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jeki-aka-zer0/yii2-nsjqtree

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

jeki-aka-zer0/yii2-nsjqtree
===========================

Tree built using Nested Sets and jqTree.

0528[1 issues](https://github.com/jeki-aka-zer0/yii2-nested-set-jqtree/issues)PHP

Since Oct 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jeki-aka-zer0/yii2-nested-set-jqtree)[ Packagist](https://packagist.org/packages/jeki-aka-zer0/yii2-nsjqtree)[ RSS](/packages/jeki-aka-zer0-yii2-nsjqtree/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

jqTree.js widget for Yii2
=========================

[](#jqtreejs-widget-for-yii2)

Renders a nested tree with a [jqTree.js plugin](https://github.com/mbraak/jqTree) widget.

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

[](#installation)

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

Either run

```
php composer.phar require jeki-aka-zer0/yii2-nsjqtree "1.0.x-dev"

```

or add

```
"jeki-aka-zer0/yii2-nsjqtree" : "1.0.x-dev"
```

to the require section of your application's `composer.json` file.

Configuring
-----------

[](#configuring)

```
class CategoryController extends Controller
{
    public function actions()
    {
        return [
            'dnd' => [
                'class' => jekiakazer0\nsjqtree\src\actions\DndAction::class,
            ],
        ];
    }
}
```

Usage
-----

[](#usage)

```
