PHP Package: yajra/laravel-datatables-buttons

Enhance your Laravel DataTables with powerful buttons and features for better user interaction and data presentation.

Current Version: 12.1.1
Last Updated: 2025-02-26
PHP Requirement: >=7.1
Dependencies: illuminate/support, yajra/laravel-datatables
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel DataTables Buttons is a PHP library that provides a comprehensive set of tools to enhance your DataTables, including export options, advanced filtering, and customizable buttons. It seamlessly integrates with Laravel applications, offering a seamless user experience and improved data visualization. With Laravel DataTables Buttons, you can streamline your data management process and create interactive data tables with ease.

🔗 View on GitHub

Download Latest Version: 12.1.1

Download Download v12.1.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php

// Example from PHPlibraries.com
require_once 'libs/yajra/laravel-datatables-buttons/12.1.1/autoload.php';

use Yajra\DataTables\ButtonsServiceProvider;
use Yajra\DataTables\Buttons\Exporter;
use Yajra\DataTables\Buttons\ButtonCollection;
use Yajra\DataTables\Buttons\DataTableButton;
use Yajra\DataTables\Buttons\LaravelDataTableButton;


$obj = new Yajra\DataTables\ButtonsServiceProvider();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.