Yii2-GTreeTable is extension of Yii 2 framework which is wrapper for bootstrap-gtreetable plugin, on the other hand provides support to server side application.
Thanks to software it's possible to map actual state of nodes to data base.
Test available on demo project.
Installation ¶
Installation is realized by Composer.
In the console write:
composer require gilek/yii2-gtreetable "*"
or add following line in require
section of composer.json
file.
"gilek/yii2-gtreetable": "*"
Unfortunately, fxp/composer-asset-plugin
extension, version 1.0.0-beta3 contains bugs, which prevent URI.js installation. Therefore, it's necessary to update it:
composer global require fxp/composer-asset-plugin "1.0.*@dev"
Usage ¶
See project page.
can't add root
why i see this error: "Adding the now node as root is not allowed"?
can't add root
Hi,
try set up
manyroots
attribute ontrue
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.