Download the PHP package webeweb/jquery-datatables-bundle without Composer
On this page you can find all versions of the php package webeweb/jquery-datatables-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package jquery-datatables-bundle
jquery-datatables-bundle
Integrate jQuery DataTables with Symfony 4 and more.
jquery-datatables-bundle
eases the use of jQuery DataTables to display rich
DataTables in your Symfony application by providing Twig extensions and PHP
objects to do the heavy lifting. The bundle include the excellent JS library
jQuery DataTables and this plug-ins.
Dry out your DataTables code by writing it all in PHP !
Includes :
- DataTables 1.13.8
- DataTables AutoFill 2.6.0 (DataTables plugin)
- DataTables Buttons 2.4.2 (DataTables plugin)
- DataTables JSZip 3.10.1
- DataTables pdfmake 0.2.7
- DataTables ColReorder 1.7.0 (DataTables plugin)
- DataTables DateTime 1.5.1 (DataTables plugin)
- DataTables FixedColumns 4.3.0 (DataTables plugin)
- DataTables FixedHeader 3.4.0 (DataTables plugin)
- DataTables KeyTable 2.11.0 (DataTables plugin)
- DataTables Responsive 2.5.0 (DataTables plugin)
- DataTables RowGroup 1.4.1 (DataTables plugin)
- DataTables RowReorder 1.4.1 (DataTables plugin)
- DataTables Scroller 2.3.0 (DataTables plugin)
- DataTables SearchBuilder 1.6.0 (DataTables plugin)
- DataTables SearchPanes 2.2.0 (DataTables plugin)
- DataTables Select 1.7.0 (DataTables plugin)
- DataTables StateRestore 1.3.0 (DataTables plugin)
- editableTable
Provides :
- a "wbw_jquery_datatables_delete" route to delete a managed entity by a DataTable
- a "wbw_jquery_datatables_edit" route to edit all columns provided by a DataTable
- a "wbw_jquery_datatables_export" route to export all managed entities by a DataTable
- a "wbw_jquery_datatables_index" route to display a DataTable (main and columns searches is also provide with a generic implementation)
- a "wbw_jquery_datatables_options" route to retrieve with an XML HTTP request the options of a DataTable
- a "wbw_jquery_datatables_render" route to retrieve with an XML HTTP request the HTML rendering of a DataTable
- a "wbw_jquery_datatables_serialize" route to retrieve with an XML HTTP request a managed entity by a DataTable into JSON format
If you like this package, pay me a beer (or a coffee)
Compatibility
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Once the bundle is added then do:
Add the bundle assets in the app/config/config.yml
file of your project:
IMPORTANT NOTICE: For use with Bootstrap 4 or 5, replace '3' by version number into wbw_bootstrap.version and append the number number at 'bootstrap' into wbw_jquery_datatables theme.
Add the bundle routing in the app/config/routing.yml
file of your project:
Usage
Read the documentation.
The following commands are available:
Testing
To test the package, is better to clone this repository on your computer. Open a command console and execute the following commands to download the latest stable version of this package:
Once all required libraries are installed then do:
License
jquery-datatables-bundle
is released under the MIT License. See the bundled
LICENSE file for details.
Donate
All versions of jquery-datatables-bundle with dependencies
ext-json Version *
doctrine/orm Version ^2.5.13
matomo/device-detector Version ^3.0|^4.0|^5.0
psr/log Version ^1.0|^2.0|^3.0
symfony/asset Version ^4.4|^5.0|^6.0
symfony/console Version ^4.4|^5.0|^6.0
symfony/framework-bundle Version ^4.4|^5.0|^6.0
symfony/serializer Version ^4.4|^5.0|^6.0
symfony/translation Version ^4.4|^5.0|^6.0
twig/twig Version ^2.10|^3.0
webeweb/bootstrap-bundle Version ^4.11
webeweb/core-bundle Version ^3.6
webeweb/core-library Version ^8.70