Datatables with Symfony2

Datatables with Symfony2

stwestwe Posts: 8Questions: 3Answers: 0
edited February 2014 in DataTables 1.10
Hi,

There are already some bundles for Symfony2. I have added one more:

https://github.com/stwe/DatatablesBundle

It is (in my opinion) easy to configure and works with bootstrap 3 (recommended), jquery-ui themes or the css shipped with datatables. It supports a server side processing and a non server side processing.

Regards

Replies

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin
    Very cool - thanks for sharing this with us!

    It might be worth noting in the documentation somewhere that you are using the DataTables 1.9- server-side processing parameters. They can be enabled in 1.10 by using sAjaxSource rather than the new `ajax` option or setting `$.fn.dataTable.ext.legacy.ajax = true;` .:http://next.datatables.net/manual/server-side

    I've just added it to the DataTables "news feed".

    Allan
  • stwestwe Posts: 8Questions: 3Answers: 0
    edited February 2014
    Hi Allan, Thanks for the link. Currently I am working with the 1.9. options. My documentary I will revise.

    Stwe
  • stwestwe Posts: 8Questions: 3Answers: 0
    edited July 2014

    Hi Allan,

    Version 0.5 of my DatatablesBundle for Symfony2 has just been released. This new version fully supports DataTables 1.10.

    https://github.com/stwe/DatatablesBundle

    Regards

    Steffen (stwe)

  • stwestwe Posts: 8Questions: 3Answers: 0
    edited November 2015

    Version 0.5.2 has been released. This version brings many bug fixes.

    Edit Version 0.8 is now available (2015-11-30).

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    Nice one - thanks!

    Allan

This discussion has been closed.