Package Data | |
---|---|
Maintainer Username: | rafaelqm |
Maintainer Contact: | aqangeles@gmail.com (Arjay Angeles) |
Package Create Date: | 2016-01-12 |
Package Last Update: | 2016-02-12 |
Home Page: | http://datatables.yajrabox.com/ |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:05:41 |
Package Statistics | |
---|---|
Total Downloads: | 2,019 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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.0
Rafaelqm\Datatables\DatatablesServiceProvider
.Please see CONTRIBUTING for details.
If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.