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

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

nullref/yii2-datatables
=======================

Yii2 Extension for DataTables jQuery plug-in

v2.0.1(7mo ago)7290.3k↓27.6%47[2 issues](https://github.com/NullRefExcep/yii2-datatables/issues)MITPHPPHP &gt;=7.4.0

Since Jul 7Pushed 7mo ago11 watchersCompare

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

READMEChangelog (8)Dependencies (8)Versions (11)Used By (0)

Yii2 DataTables
===============

[](#yii2-datatables)

Yii2 Widget for [DataTables](https://github.com/DataTables/DataTables) plug-in for jQuery

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

[](#installation)

The preferred way to install this extension is through composer.

Either run

```
composer require nullref/yii2-datatables

```

or add

```
"nullref/yii2-datatables": "~2.0"

```

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

### ⚠️ Version 2.0 Requirements

[](#️-version-20-requirements)

- **PHP**: &gt;= 7.4.0
- **Yii2**: &gt;= 2.0.50
- **DataTables**: v2.0 (automatically installed via NPM assets)

### 📋 Upgrading from v1.x

[](#-upgrading-from-v1x)

If you're upgrading from version 1.x, please see our [Migration Guide](MIGRATION.md) for detailed instructions.

Basic Usage
-----------

[](#basic-usage)

```
