yajra / laravel-datatables-buttons
Laravel DataTables Buttons Plugin.
Fund package maintenance!
Patreon
www.paypal.me/yajra
Installs: 1 576 338
Dependents: 49
Suggesters: 9
Security: 0
Stars: 194
Watchers: 9
Forks: 35
Open Issues: 16
Requires
- php: >=7.0
- illuminate/console: *
- maatwebsite/excel: ^3.0
- yajra/laravel-datatables-html: 3.*|4.*
- yajra/laravel-datatables-oracle: 8.*|9.*
Requires (Dev)
- mockery/mockery: ~1.0
- phpunit/phpunit: ~7.0
Suggests
- barryvdh/laravel-snappy: Allows exporting of dataTable to PDF using the print view.
- dompdf/dompdf: Allows exporting of dataTable to PDF using the DomPDF.
- v4.12.2
- v4.12.1
- v4.12.0
- v4.11.1
- v4.11.0
- v4.10.4
- v4.10.3
- v4.10.2
- v4.10.1
- v4.10.0
- v4.9.3
- v4.9.2
- v4.9.1
- v4.9.0
- v4.8.0
- v4.7.0
- v4.6.0
- v4.5.0
- v4.4.0
- v4.3.0
- v4.2.0
- v4.1.0
- 4.0.x-dev
- dev-master / 4.0.x-dev
- v4.0.0
- v3.3.1
- v3.3.0
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- 3.0.x-dev
- v3.0.2
- v3.0.1
- v3.0.0
- 2.0.x-dev
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- 1.0.x-dev
- v1.0.1
- v1.0.0
- dev-patch1
This package is auto-updated.
Last update: 2021-04-10 06:36:44 UTC
README
This package is a plugin of Laravel DataTables for handling server-side function of exporting the table as csv, excel, pdf and printing.
Requirements
- PHP >=7.0
- Laravel 5.x
- Laravel DataTables 9.x
- jQuery DataTables v1.10.x
- jQuery DataTables Buttons Extension
Documentations
NOTE
This version is still on experimental stage. Until Laravel DataTables v8.x stable version is released, there might be a breaking changes that may be included on future releases.
Quick Installation
composer require yajra/laravel-datatables-buttons:^4.0
Service Provider (Optional on Laravel 5.5)
Yajra\DataTables\ButtonsServiceProvider::class
Configuration and Assets (Optional)
$ php artisan vendor:publish --tag=datatables-buttons --force
And that's it! Start building out some awesome DataTables!
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.