PHPackages                             paskuale75/yii2-widget-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. paskuale75/yii2-widget-datatables

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

paskuale75/yii2-widget-datatables
=================================

DataTables widget for Yii2 with Bootstrap 4

v1.5.1(7y ago)12331MITPHP

Since May 26Pushed 4y agoCompare

[ Source](https://github.com/paskuale75/yii2-widget-datatables)[ Packagist](https://packagist.org/packages/paskuale75/yii2-widget-datatables)[ RSS](/packages/paskuale75-yii2-widget-datatables/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (6)Versions (15)Used By (0)

DataTables widget for Yii2
==========================

[](#datatables-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/e83ce19102d9c75019e4ea9fe4c4729ca02c03de2fe7265922c729574775a352/68747470733a2f2f706f7365722e707567782e6f72672f7061736b75616c6537352f796969322d7769646765742d646174617461626c65732f762f737461626c65)](https://packagist.org/packages/paskuale75/yii2-widget-datatables) [![Total Downloads](https://camo.githubusercontent.com/57577598db2a2fb91c63baa37a5c051523bc43920baab34b7fa69a8589dbba8f/68747470733a2f2f706f7365722e707567782e6f72672f7061736b75616c6537352f796969322d7769646765742d646174617461626c65732f646f776e6c6f616473)](https://packagist.org/packages/paskuale75/yii2-widget-datatables) [![Latest Unstable Version](https://camo.githubusercontent.com/9b51236e418370d6cc7b6d8ea655432f3f2b8c98f08964d7dde2e4ffdd9d0daf/68747470733a2f2f706f7365722e707567782e6f72672f7061736b75616c6537352f796969322d7769646765742d646174617461626c65732f762f756e737461626c65)](https://packagist.org/packages/paskuale75/yii2-widget-datatables) [![License](https://camo.githubusercontent.com/f6d576927994f50a11a51aa9c5db0c1ecb569ac5b6ef53d94531ea47558b8e05/68747470733a2f2f706f7365722e707567782e6f72672f7061736b75616c6537352f796969322d7769646765742d646174617461626c65732f6c6963656e7365)](https://packagist.org/packages/paskuale75/yii2-widget-datatables)

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 require --prefer-dist paskuale75/yii2-widget-datatables "*"

```

Command installs the datatables widget.

You can also add (instead of the second command):

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

```

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

Usage
-----

[](#usage)

Use DataTables as any other other Yii2 widget.

```
use paskuale75\datatables\DataTables;
```

```
