PHPackages                             dutchbridge/datatablebundle - 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. dutchbridge/datatablebundle

ActiveSymfony-bundle

dutchbridge/datatablebundle
===========================

Symfony2 Datatable For Doctrine Entities

14122[1 PRs](https://github.com/dutchbridge/DatatableBundle/pulls)PHP

Since Feb 28Pushed 8y ago2 watchersCompare

[ Source](https://github.com/dutchbridge/DatatableBundle)[ Packagist](https://packagist.org/packages/dutchbridge/datatablebundle)[ RSS](/packages/dutchbridge-datatablebundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

DatatableBundle
===============

[](#datatablebundle)

Symfony2 Datatable For Doctrine Entities.

Status: not yet ready, hard-development

I will update the documentation ASAP
====================================

[](#i-will-update-the-documentation-asap)

Before installing DatatableBundle you need to have a working installation of Symfony2.

Screenshot
==========

[](#screenshot)

![Screenshot]()

Installation
============

[](#installation)

1. Download DatatableBundle using composer

    Add DatatableBundle in your composer.json:

    ```
    {
        "require": {
            "dutchbridge/datatablebundle": "dev-master"
        }
    }
    ```

    Tell composer to download the bundle by running the command:

    ```
    $ php composer.phar update
    ```
2. Enable the bundle

    Enable the bundle in the kernel:

    ```
