aminkt/yii2-tree-view-widget

There is no license information available for the latest version (1.0.0) of this package.

Tree view widget

Installs: 646

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2017-11-20 18:49 UTC

This package is auto-updated.

Last update: 2024-04-13 23:09:31 UTC


README

How to install this module:

Step1: Add flowing line to require part of composer.json :

"aminkt/yii2-tree-view-widget": "*",

And after that run bellow command in your composer :

Composer update aminkt/yii2-tree-view-widget

Step2: Add flowing lines in your application view file:

\aminkt\widgets\tree\TreeView::widget([
    'data'=>$treeData,
    'remove'=>['bot-actions/category-remove'],
    'edit'=>['bot-actions/categories'],
])