Livewire Datatable Example

This example contains a UsersTable component built with livewire that is a great example for how easy it is to build datatables with Livewire.

To install, clone this repo, run composer install, run php artisan migrate --seed, and then go to /users.

Livewire Datatables Example