intonation / grid-bundle
Data grids with pagination and filters for Symfony projects.
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.2
- doctrine/annotations: ^1.0
- prezent/grid-bundle: ^0.4.13
- white-october/pagerfanta-bundle: ^1.2
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
-
Open a command console, enter your project directory and execute:
$ composer require intonation/grid-bundle
-
Since the service configuration of
prezent/grid-bundle
seemd not to work well with Symfony 4 add the following fix toconfig/services.yaml
to register allGridType
as public services:services: App\Grid\: resource: '../src/Grid/*' public: true
-
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.