aminkt / yii2-tree-view-widget
Tree view widget
Installs: 727
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: >=2.0.11
This package is auto-updated.
Last update: 2024-10-14 00:11:25 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'], ])