Skip to content

AliHichem/AliDatatableBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36f2097 · Dec 7, 2022
May 10, 2013
Aug 18, 2015
Apr 26, 2017
Mar 17, 2016
Apr 25, 2017
Apr 1, 2016
Jan 7, 2016
Jan 10, 2016
Jan 19, 2012
Mar 27, 2014
Dec 7, 2022
Mar 17, 2016
Jan 10, 2016

Repository files navigation

NOTE: This bundle is not maintained anymore.

AliDatatableBundle

Build Status GitHub issues GitHub forks GitHub stars GitHub license

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

Read the Documentation