Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.95 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.95 KB

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. 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.
Screenshot

Wiki

API