benjaminu/datatable

Symfony2 Ajax Datagrid Bundle for doctrine2 entities

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 72

Language:JavaScript

v1.3.2 2012-10-19 10:15 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:56:22 UTC


README

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

Getting started

Installation

How to use ?

[How to include the use of doctrine query builder] (https://github.com/AliHichem/AliDatatableBundle/wiki/How-to-include-the-use-of-doctrine-query-builder)

Rendering inside Twig

Advanced use of datatable

Use of search filters

API

Custom renderer

Translation

Multiple datatable in the same view