Skip to content

Livewire Datatables

Livewire Datatables provides Bootstrap 5 datagrid components for Laravel applications using Livewire. It focuses on reusable full-page listing components with search, filters, sorting, pagination, column visibility settings, action buttons, and batch actions.

Quick Install

composer require trinetus/livewire-datatables
php artisan migrate

What It Provides

  • A reusable Livewire datagrid component.
  • A base listing component for application-specific pages.
  • Search, filtering, sorting, pagination, and auto-sized pagination.
  • Per-user persisted table settings for authenticated users.
  • Action buttons and batch actions.
  • Bootstrap 5 views that can be published and customized.

Start Here