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.
The strong recommendation is to not publish the views for this package. The vast majority of elements can be customised using methods within the package.
See "Available Methods" in most sections for details, some examples: DataTable Styling Bulk Actions Styling
The strong recommendation is to not publish the views for this package. If you have published the views prior to v3.4.5, and do not wish to remove these, then you should add the following method, to disable the newer (more efficient) behaviour:
public function configure(): void
{
$this->useComputedPropertiesDisabled();
}
How can I help you explore Laravel packages today?