PHPackages                             tutto/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tutto/datagrid-bundle

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

tutto/datagrid-bundle
=====================

This bundle provide build data grids

019PHP

Since Nov 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/januskrzysztof/datagrid)[ Packagist](https://packagist.org/packages/tutto/datagrid-bundle)[ RSS](/packages/tutto-datagrid-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TuttoDataGridBundle
===================

[](#tuttodatagridbundle)

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

[](#installation)

TuttoDataGridBundle can be conveniently installed via Composer. Just add the following to your `composer.json` file:

```
// composer.json
{
    // ...
    require: {
        // ...
        "tutto/xhtml-bundle": "1.0.*@dev"
    }
}

```

In AppKernel.php file add this:

```
