rafaelqm/laravel-datatables is a Laravel package for jquery datatables api for laravel 4|5.
It currently has 0 GitHub stars and 2.021 downloads on Packagist (latest version 6.6).
Install it with composer require rafaelqm/laravel-datatables.
Discover more Laravel packages by rafaelqm
or browse all Laravel packages to compare alternatives.
Last updated
This package is created to handle server-side works of DataTables jQuery Plugin via AJAX option by using Eloquent ORM, Fluent Query Builder or Collection.
filterColumn API.orderColumn API.league\fractal Transformer with Serializer support.escapeColumns('*'\['column']) method.->with() method.printPreview() method.Most of the latest updates/features are not available on these versions. Please check L4 Branch and L5 DT1.9 for old documentations of its features.
composer require rafaelqm/laravel-datatables:~6.0
Rafaelqm\Datatables\DatatablesServiceProvider::class
Datatables facade are automatically registered as an alias for Rafaelqm\Datatables\Datatables class.
$ php artisan vendor:publish --tag=datatables
And that's it! Start building out some awesome DataTables!
rafaelqm\Datatables to Rafaelqm\Datatables. (Use Sublime's find and replace all for faster update).Datatables facade registration.Rafaelqm\Datatables\DatatablesServiceProvider.rafaelqm/laravel-datatables: ~6.0Rafaelqm\Datatables\DatatablesServiceProvider.Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.