rappasoft/laravel-livewire-tables
Laravel Livewire Tables provides dynamic, feature-rich data tables for Laravel Livewire with sorting, searching, filtering, pagination, bulk actions, and Bootstrap/Tailwind support. Build reusable table components backed by Eloquent queries.
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.
LivewireComponentColumn::make('Action')
->component('PathToLivewireComponent'),
Please also see the following for other available methods:
How can I help you explore Laravel packages today?