PHPackages                             rklandesverband/yii2-datatables - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rklandesverband/yii2-datatables

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

rklandesverband/yii2-datatables
===============================

Datatables widget for Yii2 uses datatables

1.0.1(5y ago)01.2k↓100%MITPHP

Since Nov 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/RoteskreuzNoe/yii2-datatables)[ Packagist](https://packagist.org/packages/rklandesverband/yii2-datatables)[ RSS](/packages/rklandesverband-yii2-datatables/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

&lt;&lt;&lt;&lt;&lt;&lt;&lt; HEAD DataTables widget for Yii2
============================================================

[](#-headdatatables-widget-for-yii2)

This extension provides the [DataTables](https://github.com/DataTables/DataTables) integration for the Yii2 framework.

[![Latest Stable Version](https://camo.githubusercontent.com/96a2093e433211a9315ea13cb141f635029095dcd2f551ccf03dfc22b7dcee34/68747470733a2f2f706f7365722e707567782e6f72672f726b6c616e64657376657262616e642f796969322d696d61676563726f706d617373656e75706c6f61642f762f737461626c65)](https://packagist.org/packages/rklandesverband/yii2-imagecropmassenupload)[![Total Downloads](https://camo.githubusercontent.com/22034cba8e19f91184477c65e123822669bee1e3ef9b7b4a6846cdc84cf90b62/68747470733a2f2f706f7365722e707567782e6f72672f726b6c616e64657376657262616e642f796969322d696d61676563726f706d617373656e75706c6f61642f646f776e6c6f616473)](https://packagist.org/packages/rklandesverband/yii2-imagecropmassenupload)[![Latest Unstable Version](https://camo.githubusercontent.com/8a6990f1b85e9f6fa0d4fc04c598df420348785c76018a5750f707b90f98653c/68747470733a2f2f706f7365722e707567782e6f72672f726b6c616e64657376657262616e642f796969322d696d61676563726f706d617373656e75706c6f61642f762f756e737461626c65)](https://packagist.org/packages/rklandesverband/yii2-imagecropmassenupload)[![License](https://camo.githubusercontent.com/678a1198c2f2e974a2bea6b974f71a771ba46bf42b081d1d7d8a042d321d6691/68747470733a2f2f706f7365722e707567782e6f72672f726b6c616e64657376657262616e642f796969322d696d61676563726f706d617373656e75706c6f61642f6c6963656e7365)](https://packagist.org/packages/rklandesverband/yii2-imagecropmassenupload)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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 rklandesverband/yii2-datatables "*"

```

The first command installs the [composer asset plugin](https://github.com/francoispluchino/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):

```
"rklandesverband/yii2-widget-datatables": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Use DataTables as any other other Yii2 widget.

```
use rklandesverband\datatables\DataTables;
```

```
