Laravel Livewire Tables Documentation

🎉 Enjoying this package? Consider sponsoring me on GitHub or buying me a beer.

This is the documentation for v3. You can switch versions in the menu at the top. Check your current version with the following command:

composer show rappasoft/laravel-livewire-tables

Livewire Component (beta)

Livewire Component Columns allow for the use of a Livewire Component as a Column.

This is not recommended as due to the nature of Livewire, it becomes inefficient at scale.

component

1LivewireComponentColumn::make('Action')
2 ->title(fn($row) => 'Edit')
3 ->component('PathToLivewireComponent'),

Please also see the following for other available methods: