tweak-it / doctrine-datagrid-bundle
Symfony Datagrid Bundle for Doctrine.
Installs: 74
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 4
Type:symfony-bundle
Requires
- php: >= 7.2.5
- csanquer/colibri-csv: 1.2.*
- symfony/framework-bundle: 5.*
Requires (Dev)
- phpunit/phpunit: 4.2.*
This package is auto-updated.
Last update: 2025-03-22 22:16:44 UTC
README
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
Get the code
Since composer is the simplest and fastest way to install dependencies, the only way to install this bundle automatically is to add the following line to your dependencies
"require": {
...
"tweak-it/doctrine-datagrid-bundle": "dev-master"
...
},
Credit
Our special thanks go to ...
- Charles SANQUER for its fork of the LightCSV library : Colibri CSV used in the export feature.
- Subosito for its standalone Inflector class transformed in a service for our needs.