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.
Installs: 263
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
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: 2025-03-08 15:49:13 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=',
]);