ali/datatable

Symfony2 Ajax Datagrid Bundle for doctrine2 entities

v2.1.0 2016-01-11 11:02 UTC

This package is auto-updated.

Last update: 2024-03-07 16:48:32 UTC


README

AliDatatableBundle

Build Status 68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f416c6948696368656d2f416c69446174617461626c6542756e646c652f6261646765732f6770612e737667 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