PHPackages                             spyrit/doctrine-datagrid-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. [Database &amp; ORM](/categories/database)
4. /
5. spyrit/doctrine-datagrid-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

spyrit/doctrine-datagrid-bundle
===============================

Symfony Datagrid Bundle for Doctrine.

4.0.11(2y ago)221.6k↓33.3%4[3 PRs](https://github.com/spyrit/DoctrineDatagridBundle/pulls)MITPHPPHP &gt;=5.4CI failing

Since Aug 18Pushed 2mo ago7 watchersCompare

[ Source](https://github.com/spyrit/DoctrineDatagridBundle)[ Packagist](https://packagist.org/packages/spyrit/doctrine-datagrid-bundle)[ Docs](https://github.com/spyrit/DoctrineDatagridBundle.git)[ RSS](/packages/spyrit-doctrine-datagrid-bundle/feed)WikiDiscussions symfony4 Synced 1mo ago

READMEChangelogDependencies (2)Versions (26)Used By (0)

DoctrineDatagridBundle
======================

[](#doctrinedatagridbundle)

This bundle helps you to create and manage simple to complex datagrids quickly and easily.

Unlike other similar bundle already available on Github and/or Packagist, there is no magic method that will render the datagrid in you view. This technical choice allow you to completely customize your datagrid aspect and render (filter fields, buttons, columns, data displayed in each column, pagination links and informations, etc.).

This make it easy to implement and use in both back-end and front-end applications.

Still skeptical? Let's see how it works!

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

[](#installation)

### Get the code

[](#get-the-code)

To install this bundle automatically, use Composer:

```
composer req spyrit/doctrine-datagrid-bundle

```

### Use it

[](#use-it)

Create your datagrids:

```
