yajra / laravel-datatables-buttons
Laravel DataTables Buttons 插件。
v11.2.1
2024-09-14 08:35 UTC
Requires
- php: ^8.2
- illuminate/console: ^11
- yajra/laravel-datatables-html: ^11
- yajra/laravel-datatables-oracle: ^11
Requires (Dev)
- larastan/larastan: ^2.9.2
- laravel/pint: ^1.14
- maatwebsite/excel: ^3.1.55
- orchestra/testbench: ^9
- rap2hpoutre/fast-excel: ^5.4
- rector/rector: ^1.0.2
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.
- maatwebsite/excel: Exporting of dataTables (excel, csv and PDF) using maatwebsite package.
- rap2hpoutre/fast-excel: Faster exporting of dataTables using fast-excel package.
- yajra/laravel-datatables-export: Exporting of dataTables (excel, csv and PDF) via livewire and queue worker.
- v11.2.1
- v11.2.0
- v11.1.0
- dev-master / 11.0.x-dev
- v11.0.0
- 10.x-dev
- v10.0.9
- v10.0.8
- v10.0.7
- v10.0.6
- v10.0.5
- v10.0.4
- v10.0.3
- v10.0.2
- v10.0.1
- v10.0.0
- v9.1.4
- v9.1.3
- v9.1.2
- v9.1.1
- v9.1.0
- 9.0.x-dev
- v9.0.10
- v9.0.9
- v9.0.8
- v9.0.7
- v9.0.6
- v9.0.5
- v9.0.4
- v9.0.3
- v9.0.2
- v9.0.1
- v9.0.0
- v4.13.3
- v4.13.2
- v4.13.1
- v4.13.0
- 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
- 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-patch-relation
- dev-ferror
This package is auto-updated.
Last update: 2024-09-14 08:35:41 UTC
README
此包是Laravel DataTables的插件,用于处理将表格导出为csv、excel、pdf和打印的客户端功能。
要求
文档
Laravel 版本兼容性
快速安装
composer require yajra/laravel-datatables-buttons:^11
服务提供者(Laravel 5.5上可选)
Yajra\DataTables\ButtonsServiceProvider::class
配置和资产(可选)
$ php artisan vendor:publish --tag=datatables-buttons --force
这就完成了!开始构建一些精彩的 DataTables 吧!
贡献
请参阅CONTRIBUTING以获取详细信息。
安全性
如果您发现任何安全问题,请通过电子邮件[email protected]联系,而不是使用问题跟踪器。
鸣谢
许可协议
MIT 许可协议(MIT)。有关更多信息,请参阅许可文件。