PHP Package: yajra/laravel-datatables-html

Laravel Datatables HTML package to enhance data presentation and interactions on web applications.

Current Version: 12.0.0
Last Updated: 2025-02-26
PHP Requirement: ^8.2
Dependencies:
yajra/laravel-datatables
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Datatables HTML library provides powerful tools for interactive data tables, allowing dynamic data loading, sorting, filtering, and pagination within Laravel projects. It offers seamless integration, customization, and responsiveness, enhancing user experience and simplifying data management tasks for developers.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 12.0.2

Clock Coming soon

Previous Versions

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-html/12.0.2/loader.php';
require_once 'libs/yajra/laravel-datatables/12.4.0/loader.php';

use Yajra\DataTables\DataTablesServiceProvider;

$obj = new DataTablesServiceProvider();
echo '✅ Test OK: ' . get_class($obj);
?>

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

Community Discussion

Ask questions, share tips, or report issues below.