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.
If you would like to append any custom markup right before the end of the component, you may use the customView method and return a view.
This is good for loading extra content such as modals.
public function customView(): string
{
return 'includes.custom';
}
How can I help you explore Laravel packages today?