nhockizi / yii2-widget-datatables
DataTables widget for Yii2
Installs: 62
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-19 17:56:06 UTC
README
Installation
The preferred way to install this extension is through composer.
With Composer installed, you can then install the extension using the following commands:
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.
You can also add (instead of the second command):
"nhockizi/yii2-widget-datatables": "dev-master"
to the require section of your composer.json
file.