aminkt / yii2-tree-view-widget
There is no license information available for the latest version (1.0.0) of this package.
Tree view widget
Package info
github.com/aminkt/yii2-tree-view-widget
Type:yii2-extension
pkg:composer/aminkt/yii2-tree-view-widget
1.0.0
2017-11-20 18:49 UTC
Requires
- yiisoft/yii2: >=2.0.11
This package is auto-updated.
Last update: 2026-02-14 03:13:12 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'], ])