PHP Package: yajra/laravel-datatables-html

A powerful PHP library for creating HTML tables with advanced functionalities for Laravel applications.

Current Version: 12.0.0
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 HTML is a feature-rich PHP library that provides seamless integration of DataTables into Laravel projects. It offers a wide range of customization options, making it easy to build interactive and responsive data tables for web applications. With Laravel Datatables HTML, developers can enhance the user experience by enabling sorting, searching, and pagination features for large datasets.

🔗 View on GitHub

Download Latest Version: 12.0.0

Download Download v12.0.0

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.0/autoload.php';

use Yajra\DataTables\DataTablesServiceProvider;
use Yajra\DataTables\DataTables;
use Illuminate\Support\ServiceProvider;


$obj = new Yajra\DataTables\DataTablesServiceProvider();
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.