2017 © Pedro Peláez
 

symfony-bundle datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

image

uam/datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  • Saturday, March 25, 2017
  • by opichon
  • Repository
  • 2 Watchers
  • 4 Stars
  • 25,802 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 53 Versions
  • 1 % Grown

The README.md

UAMDatatablesBundle

A symfony 2 bundle that provides a convenient way to include the dataTables jquery plugin in your symfony 2 apps., (*1)

This bundle includes release 1.10 of the dataTables plugin. It also includes the plugin's bootstrap-related additions., (*2)

Installation

Add the bundle to your project's composer.json:, (*3)

{
    "require": {
        "uam/datatables-bundle": "~3.0",
        ...
    }
}

Run composer install or composer update to install the bundle:, (*4)

``` bash $ php composer.phar update uam/datatables-bundle, (*5)



Enable the bundle in the app's kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new UAM\Bundle\DatatablesBundle\UAMDatatablesBundle(), ); }

If your composer.json does not include the post-install or post-update installAssets script handler, then run the following command:, (*6)

``` bash $ php app/console assets:install, (*7)


or ``` bash $ php app/console assets:install --symlink

Usage

To learn how to use the dataTables jquery plugin itself, see the plugin's home page at http://www.datatables.net., (*8)

To use the bundle itself, simply include the bundle's assets in your templates like you would any other bundle. The dataTables plugin's assets are available under the web/bundles/uamdatatables directory., (*9)

``` twig, (*10)

template.html.twig

{% stylesheets filter="cssrewrite" 'bundles/uamdatatables/vendor/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.css' 'bundles/uamdatatables/vendor/datatables-plugins/integration/font-awesome/dataTables.fontAwesome.css' 'bundles/uamdatatables/css/table.css' %} {% endstylesheets %}, (*11)

{% javascripts 'bundles/uamdatatables/vendor/datatables/media/js/jquery.dataTables.min.js' 'bundles/uamdatatables/vendor/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.min.js' %} {% endjavascripts %} ```, (*12)

If you use assetic, you need to declare the UAMDatatablesBundle in your config file's assetic section., (*13)

What's included

The bundle currently includes the following assets:, (*14)

  • jquery dataTables plugin release 1.10.6
  • dataTables/bootstrap integration plugin
  • dataTables/font-awesome integration plugin

The bundle also includes a DatatablesEnabledControllerTrait and associated assets to help you design pages that list DB-entities using dataTables., (*15)

How it works

The bundle's assets are managed via bower and gulp., (*16)

Adding more assets

If you need more dataTables assets than are currently included, follow this procedure:, (*17)

  • Fork the bundle
  • Customize the bower configuration file (Resources/config/bower.json):
    • Add the assets you require in the overrides|datatables-plugins|main section
    • Remove assets you do not require from the overrides section
  • Run gulp from the bundle's Resources\config directory

Licence

This bundle is licensed under the MIT license., (*18)

The dataTables jquery plugin is licensed under the MIT license., (*19)

This bundle is copyright United Asian Management Limited., (*20)

The dataTables jquery plugin is copyright Allan Jardine (www.sprymedia.co.uk)., (*21)

All rights reserved by their respective copyright holders., (*22)

The Versions

25/03 2017

dev-develop

dev-develop https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

22/03 2017

5.0.0

5.0.0.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

05/10 2016

dev-master

9999999-dev https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

05/10 2016

4.0.2

4.0.2.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

05/10 2016

4.0.1

4.0.1.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

05/10 2016

4.0.0

4.0.0.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

21/08 2015

3.1.0

3.1.0.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

03/08 2015

3.0.27

3.0.27.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

03/08 2015

3.0.26

3.0.26.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

03/08 2015

3.0.25

3.0.25.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

29/07 2015

3.0.24

3.0.24.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

22/07 2015

3.0.23

3.0.23.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

21/07 2015

3.0.22

3.0.22.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

21/07 2015

3.0.21

3.0.21.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

18/07 2015

3.0.20

3.0.20.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

17/07 2015

3.0.19

3.0.19.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

19/06 2015

3.0.18

3.0.18.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

17/06 2015

3.0.17

3.0.17.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

15/06 2015

3.0.16

3.0.16.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

22/05 2015

3.0.15

3.0.15.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

22/05 2015

3.0.14

3.0.14.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

16/05 2015

3.0.13

3.0.13.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

15/05 2015

3.0.12

3.0.12.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

15/05 2015

3.0.11

3.0.11.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

12/05 2015

3.0.10

3.0.10.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

12/05 2015

3.0.9

3.0.9.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

12/05 2015

3.0.8

3.0.8.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

11/05 2015

3.0.7

3.0.7.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

11/05 2015

3.0.6

3.0.6.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

11/05 2015

3.0.5

3.0.5.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

11/05 2015

3.0.4

3.0.4.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

10/05 2015

3.0.3

3.0.3.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

10/05 2015

3.0.2

3.0.2.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

10/05 2015

3.0.1

3.0.1.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

06/05 2015

3.0.0

3.0.0.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

04/05 2015

2.1.x-dev

2.1.9999999.9999999-dev https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

04/05 2015

2.1.11

2.1.11.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Olivier Pichon

jquery bootstrap bundle datatables symfony

02/05 2015

2.1.10

2.1.10.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

jquery bootstrap bundle datatables symfony

27/04 2015

2.1.4

2.1.4.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

jquery bootstrap bundle datatables symfony

14/04 2015

2.1.3

2.1.3.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

jquery bootstrap bundle datatables symfony

05/04 2015

2.1.2

2.1.2.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

jquery bootstrap bundle datatables symfony

27/05 2014

1.1.x-dev

1.1.9999999.9999999-dev https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

jquery bootstrap bundle datatables symfony

27/05 2014

1.1.4

1.1.4.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

jquery bootstrap bundle datatables symfony

13/03 2014

2.0.x-dev

2.0.9999999.9999999-dev https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

jquery bootstrap bundle datatables symfony

13/03 2014

2.0.2

2.0.2.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

jquery bootstrap bundle datatables symfony

23/11 2013

2.0.1

2.0.1.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

jquery bootstrap bundle datatables symfony

22/09 2013

1.1.3

1.1.3.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

jquery bootstrap bundle datatables symfony

22/09 2013

1.1.2

1.1.2.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

The Requires

 

by Olivier Pichon

jquery bootstrap bundle datatables symfony

29/06 2013

1.0.1

1.0.1.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

by Olivier Pichon

jquery bootstrap bundle datatables symfony

29/06 2013

1.1.1

1.1.1.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

by Olivier Pichon

jquery bootstrap bundle datatables symfony

19/05 2013

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

by Olivier Pichon

jquery bootstrap bundle datatables symfony

19/05 2013

1.0.0

1.0.0.0 https://github.com/opichon/uam-datatables-bundle

Datatables jquery plugin packaged as a Symfony bundle

  Sources   Download

MIT

by Olivier Pichon

jquery bootstrap bundle datatables symfony

25/03 2013

0.1.0

0.1.0.0 http://gitweb.united-asian.com

Datatables jquery plubin as a Symfony bundle

  Sources   Download

proprietary

by Olivier Pichon

jquery bootstrap bundle datatables symfony