Package Data | |
---|---|
Maintainer Username: | marcha |
Maintainer Contact: | aqangeles@gmail.com (Arjay Angeles) |
Package Create Date: | 2016-03-05 |
Package Last Update: | 2016-03-06 |
Home Page: | http://datatables.yajrabox.com/ |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-11 03:00:20 |
Package Statistics | |
---|---|
Total Downloads: | 75 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
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 yajra/laravel-datatables-oracle:~6.0
Yajra\Datatables\DatatablesServiceProvider::class
Datatables
facade are automatically registered as an alias for Yajra\Datatables\Datatables
class.
$ php artisan vendor:publish --tag=datatables
And that's it! Start building out some awesome DataTables!
yajra\Datatables
to Yajra\Datatables
. (Use Sublime's find and replace all for faster update).Datatables
facade registration.Yajra\Datatables\DatatablesServiceProvider
.yajra/laravel-datatables-oracle: ~6.0
Yajra\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.