benjaminu / datatable
Symfony2 Ajax Datagrid Bundle for doctrine2 entities
Package info
github.com/benjaminu/AliDatatableBundle
Language:JavaScript
pkg:composer/benjaminu/datatable
v1.3.2
2012-10-19 10:15 UTC
Requires
- php: >=5.3.0
- doctrine/common: >=2.1,<2.4-dev
- twig/twig: >=1.8,<2.0-dev
This package is not auto-updated.
Last update: 2026-04-11 21:42:43 UTC
README
The Datatable bundle for symfony2 allow for easily integration of the jQuery Datatable plugin with the doctrine2 entities. This bundle provides a way to make a projection of a doctrine2 entity to a powerful jquery datagrid. It mainly includes:
- datatable service container: to manage the datatable as a service.
- twig extension: for view integration.
- dynamic pager handler : no need to set your pager.
- default action link builder: if activated, the bundle generates default edit/delete links.
- support doctrine2 association.
- support of doctrine query builder.
- support of column search.
- support of custom twig/phpClosure renderers.