dev-master
9999999-devDataTables widget for Yii2
MIT
The Requires
by Lâm Xuân Bảo
extension library yii2 jquery javascript table datatables
DataTables widget for Yii2
The preferred way to install this extension is through composer., (*1)
With Composer installed, you can then install the extension using the following commands:, (*2)
composer global require "fxp/composer-asset-plugin:~1.0.0" composer require --prefer-dist nhockizi/yii2-widget-datatables "dev-master"
The first command installs the composer asset plugin which allows managing bower and npm package dependencies through Composer. You only need to run this command once for all. The second command installs the datatables widget., (*3)
You can also add (instead of the second command):, (*4)
"nhockizi/yii2-widget-datatables": "dev-master"
to the require section of your composer.json
file., (*5)
DataTables widget for Yii2
MIT
extension library yii2 jquery javascript table datatables