grnrbt/yii2-mp-gtreetable
Composer 安装命令:
composer require 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.
README 文档
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=',
]);
统计信息
- 总下载量: 263
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-16