nhockizi/yii2-widget-datatables

DataTables widget for Yii2

dev-master 2016-09-12 09:25 UTC

This package is auto-updated.

Last update: 2024-04-19 16:45:39 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.