PHPackages                             uam/datatables-bundle - 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. uam/datatables-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

uam/datatables-bundle
=====================

Datatables jquery plugin packaged as a Symfony bundle

5.0.0(9y ago)431.0k2MITPHP

Since Mar 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/opichon/UAMDatatablesBundle)[ Packagist](https://packagist.org/packages/uam/datatables-bundle)[ Docs](https://github.com/opichon/uam-datatables-bundle)[ RSS](/packages/uam-datatables-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (53)Used By (2)

UAMDatatablesBundle
===================

[](#uamdatatablesbundle)

A symfony 2 bundle that provides a convenient way to include the [dataTables](http://www.datatables.net/) jquery plugin in your symfony 2 apps.

This bundle includes release 1.10 of the dataTables plugin. It also includes the plugin's bootstrap-related additions.

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

[](#installation)

Add the bundle to your project's `composer.json`:

```
{
    "require": {
        "uam/datatables-bundle": "~3.0",
        ...
    }
}
```

Run `composer install` or `composer update` to install the bundle:

```
$ php composer.phar update uam/datatables-bundle
```

Enable the bundle in the app's kernel:

```
