legato1411 / yii2-treeview-widget
The yii2-treeview widget is a Yii 2 wrapper for the [Treeview](http://bassistance.de/jquery-plugins/jquery-plugin-treeview/). Transform an unordered list into an expandable and collapsable tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence.
Installs: 370
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-13 07:49:55 UTC
README
The yii2-treeview-widget is a Yii 2 wrapper for the Treeview. Transform an unordered list into an expandable and collapsable tree, great for unobtrusive navigation enhancements. Supports both location and cookie based persistence..
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist legato1411/yii2-treeview-widget "*"
or add
"legato1411/yii2-treeview-widget": "*"
to the require section of your composer.json
file.