Registry / web-framework / rappasoft-laravel-livewire-tables

rappasoft-laravel-livewire-tables

JSON →
library3.7.3phppackagistunverified

A dynamic table component for Laravel Livewire.

composer require rappasoft/laravel-livewire-tables
INSTALL
IMPORT
SIG · RAPPASOFT-LARAVEL-
R
rappasoft-laravel-livewire-tables
web-frameworkphpv3.7.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataTableComponent
use Rappasoft\LaravelLivewireTables\DataTableComponent;

Create a Livewire data table component

use Rappasoft\LaravelLivewireTables\DataTableComponent; class UsersTable extends DataTableComponent { public function columns(): array { return [ Column::make('Name'), ]; } }
Debug
Known issues
breakingRequires Laravel 8+ and Livewire 2+.
fix
Ensure your project meets these requirements.
affects: >=3.0.0
Upgrade
Version history
3.7.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
rappasoft-laravel-livewire-tables — pip install rappasoft-laravel-livewire-tables · libregistry