intonation/grid-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Data grids with pagination and filters for Symfony projects.

v0.2.1 2019-08-23 10:20 UTC

This package is auto-updated.

Last update: 2022-12-23 18:18:39 UTC


README

Data grids with pagination and filters for Symfony project based on the prezent/grid-bundle.

Installation

  1. Open a command console, enter your project directory and execute:

    $ composer require intonation/grid-bundle
  2. Since the service configuration of prezent/grid-bundle seemd not to work well with Symfony 4 add the following fix to config/services.yaml to register all GridType as public services:

    services:
        App\Grid\:
            resource: '../src/Grid/*'
            public: true
  3. Add the Twig grid theme of the IntonationGridBundle to config/packages/perzent_grid.yaml:

    prezent_grid:
        themes:
            - '@IntonationGrid/Grid/grid.html.twig'

Documentation

For a complete guide to using this grid bundle see the documentation.