PHP Package: rappasoft/laravel-livewire-tables

A powerful Laravel Livewire component for creating dynamic tables with sorting, searching, and pagination features.

Current Version: 3.7.1
Last Updated: 2025-02-28
PHP Requirement: ^8.1|^8.2|^8.3|^8.4
Dependencies:
rappasoft/laravel-livewire
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Livewire Tables provides an efficient solution for building interactive data tables in Laravel applications. With features like dynamic sorting, searching, and pagination, it streamlines the process of displaying data in a user-friendly manner. Seamlessly integrate this library to enhance the functionality of your projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.7.3

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/rappasoft/laravel-livewire-tables/3.7.3/loader.php';
require_once 'libs/rappasoft/laravel-livewire/{lib_version}/loader.php';

use Rappasoft\LivewireTables\LivewireTableComponent;

$obj = new LivewireTableComponent();
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.