Registry / web-framework / filament-tables

filament-tables

JSON →
library5.6.7phppackagistunverified

Easily add beautiful tables to any Livewire component.

composer require filament/tables
INSTALL
IMPORT
SIG · FILAMENT-TABLES
F
filament-tables
web-frameworkphpv5.6.7
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.

Table
use Filament\Tables\Table;

Create a table component with columns.

use Filament\Tables\Table; $table = Table::make() ->query(User::query()) ->columns([ Tables\Columns\TextColumn::make('name'), Tables\Columns\TextColumn::make('email'), ]);
Debug
Known issues
breakingRequires Livewire 3.x.
fix
Install Livewire 3.x or use compatible version.
affects: >=5.0.0
Upgrade
Version history
5.6.7latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
filament-tables — pip install filament-tables · libregistry