Datatables with Symfony2
Datatables with Symfony2
stwe
Posts: 8Questions: 3Answers: 0
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
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
This discussion has been closed.
Replies
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
Stwe
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)
Version 0.5.2 has been released. This version brings many bug fixes.
Edit Version 0.8 is now available (2015-11-30).
Nice one - thanks!
Allan