ali / datatable
Symfony2 Ajax Datagrid Bundle for doctrine2 entities
Installs: 89 291
Dependents: 2
Suggesters: 0
Security: 0
Stars: 112
Watchers: 12
Forks: 72
Open Issues: 12
Requires
- php: ~5.3|7.0
- doctrine/doctrine-bundle: ~1.0
- doctrine/orm: ~2.3
- twig/twig: >=1.8,<2.0-dev
This package is auto-updated.
Last update: 2024-11-07 18:23:13 UTC
README
AliDatatableBundle
The Datatable bundle for symfony2 allow for easily integration of the jQuery Datatable plugin with the doctrine2 entities having twitter bootstrap theme. 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.
- support of custom grouped actions.
- datatable configuration javascript code (even for multiple datatables) is grouped, minimized and moved to the bottom of the html body element automatically.
- twitter bootstrap integration.