grnrbt / yii2-mp-gtreetable
yii2-gtreetable is an extension of Yii 2 Framework, which is wrapper for bootstrap-gtreetable plug-in, on the other hand it provides functionality which allows to save the nodes states into database.
Package info
github.com/grnrbt/yii2-mp-gtreetable
Type:yii2-extension
pkg:composer/grnrbt/yii2-mp-gtreetable
v1.0.0
2016-10-30 11:38 UTC
Requires
- bower-asset/bootstrap-gtreetable: 2.*
- bower-asset/jquery.browser: *
- bower-asset/urijs: 1.14.*
- grnrbt/yii2-materialized-path-postgres-array: *
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: *
- yiisoft/yii2-jui: *
This package is not auto-updated.
Last update: 2026-02-21 20:15:52 UTC
README
Yii2-mp-GTreeTable based on Yii2-GTreeTable extension by Maciej Kłak, which is wrapper for bootstrap-gtreetable plugin, on the other hand provides support to server side application.
Installation
Installation is realized by Composer.
In the console write:
composer require grnrbt/yii2-mp-gtreetable "*"
or add following line in require section of composer.json file.
"grnrbt/yii2-mp-gtreetable": "*"
Minimal configuration
TODO
echo \grnrbt\yii2\gtreetable\GTreeTableWidget::widget([
'options' => [
'language' => 'ru',
// 'manyroots' => true,
'draggable' => true,
],
'link' => '/article/update?id=',
]);