Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yajra/laravel-datatables-buttons
Laravel DataTables Buttons Plugin
https://github.com/yajra/laravel-datatables-buttons
datatables datatables-buttons datatables-plugin hacktoberfest jquery jquery-datatables laravel laravel-datatables
Last synced: 6 days ago
JSON representation
Laravel DataTables Buttons Plugin
- Host: GitHub
- URL: https://github.com/yajra/laravel-datatables-buttons
- Owner: yajra
- License: mit
- Created: 2016-11-16T03:11:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T08:35:19.000Z (4 months ago)
- Last Synced: 2025-01-09T12:13:33.401Z (13 days ago)
- Topics: datatables, datatables-buttons, datatables-plugin, hacktoberfest, jquery, jquery-datatables, laravel, laravel-datatables
- Language: PHP
- Homepage: https://yajrabox.com/docs/laravel-datatables/buttons-installation
- Size: 343 KB
- Stars: 255
- Watchers: 9
- Forks: 53
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel DataTables Buttons Plugin
[![Laravel 11.x](https://img.shields.io/badge/Laravel-11.x-orange.svg)](http://laravel.com)
[![Latest Stable Version](https://img.shields.io/packagist/v/yajra/laravel-datatables-buttons.svg)](https://packagist.org/packages/yajra/laravel-datatables-buttons)
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://packagist.org/packages/yajra/laravel-datatables-buttons)[![Continuous Integration](https://github.com/yajra/laravel-datatables-buttons/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/yajra/laravel-datatables-buttons/actions/workflows/continuous-integration.yml)
[![Static Analysis](https://github.com/yajra/laravel-datatables-buttons/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/yajra/laravel-datatables-buttons/actions/workflows/static-analysis.yml)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yajra/laravel-datatables-buttons/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yajra/laravel-datatables-buttons/?branch=master)
[![Total Downloads](https://img.shields.io/packagist/dt/yajra/laravel-datatables-buttons.svg)](https://packagist.org/packages/yajra/laravel-datatables-buttons)This package is a plugin of [Laravel DataTables](https://github.com/yajra/laravel-datatables) for handling server-side function of exporting the table as csv, excel, pdf and printing.
## Requirements
- [PHP >= 8.2](http://php.net/)
- [Laravel 11.x](https://github.com/laravel/framework)
- [Laravel DataTables](https://github.com/yajra/laravel-datatables)
- [jQuery DataTables v1.10.x](http://datatables.net/)
- [jQuery DataTables Buttons Extension](https://datatables.net/reference/button/)## Documentations
- [Laravel DataTables Documentation](http://yajrabox.com/docs/laravel-datatables)
## Laravel Version Compatibility
| Laravel | Package |
|:--------------|:--------|
| 8.x and below | 4.x |
| 9.x | 9.x |
| 10.x | 10.x |
| 11.x | 11.x |## Quick Installation
`composer require yajra/laravel-datatables-buttons:^11`
#### 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](https://github.com/yajra/laravel-datatables-buttons/blob/master/.github/CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email [[email protected]](mailto:[email protected]) instead of using the issue tracker.
## Credits
- [Arjay Angeles](https://github.com/yajra)
- [All Contributors](https://github.com/yajra/laravel-datatables-buttons/graphs/contributors)## License
The MIT License (MIT). Please see [License File](https://github.com/yajra/laravel-datatables-buttons/blob/master/LICENSE.md) for more information.