You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
benjaminu edited this page Dec 5, 2012
·
6 revisions
Getting Started With AliDatatableBundle
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. This repo was forked from AliDatatableBundle
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 for doctrine query builder.
supports column search.
supports custom twig/phpClosure renderers.
Compatibility: latest successful test with Symfony2 v"2.0.11". Compatibility with higher version of symfony2 is not guaranteed.