dev-master
9999999-devGii Generator for the generation of datatable on a given url with the help of Webix Library
MIT
The Requires
yii2 gii generator webix
Gii Generator for the generation of datatable on a given url with the help of Webix Library
This generator generates the grid on a given url with the help of Webix Datatable., (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
$ php composer.phar require "webix/gii": "dev-master"
or add, (*4)
"webix/gii": "dev-master"
to the require
section of your composer.json
file., (*5)
After that you can install new package:, (*6)
$ php composer.phar update
//if your gii modules configuration looks like below: $config['bootstrap'][] = 'gii'; $config['modules']['gii'] = 'yii\gii\Module'; //remove this two lines
//Add this into common/config/web.php $config['bootstrap'][] = 'gii'; $config['modules']['gii'] = [ 'class' => 'yii\gii\Module', 'generators' => [ 'webix-many-tables' => [ 'class' => 'Webix\Gii\ManyTables\Generator' ], ], ];
Gii Generator for the generation of datatable on a given url with the help of Webix Library
MIT
yii2 gii generator webix