| Install | |
|---|---|
composer require tallforge/datatable |
|
| Latest Version: | v1.0.2 |
| PHP: | >=8.2 |
A Modern Livewire DataTable — forged for the TALL stack.
composer require tallforge/datatable
php artisan vendor:publish --tag=datatable-config
php artisan vendor:publish --tag=datatable-views
<livewire:tallforge.datatable :model="\App\Models\User::class" />
| Option | Type | Description |
|---|---|---|
:model |
string | Eloquent model class |
:columns |
array | All available columns |
:selected-columns |
array | Columns currently displayed |
:boolean-columns |
array | Configurable boolean toggle columns |
:status-columns |
array | Map of statuses → badge colors |
:column-align |
array | Per-column text alignment |
:row-actions |
array | List of actions (buttons/dropdown) |
theme |
string | 'bootstrap' or 'tailwind' |
We welcome community contributions! Feel free to open issues or PRs at https://github.com/TallForge/datatable
Released under the MIT License