Laravel Livewire Datatable Example
This article is to example what is Livewire Datatable and the usage.
3 min readMar 13, 2022
Laravel Livewire Tables is a plugin built for Laravel Livewire that allows you to create simple or advanced dynamic datatables.
Here are some examples:
In this article, I will show you installation of this package and how to create a simple datatables.
Note: This plugin assumes you already have Laravel Livewire 2.x and Alpine.js 2.x installed and configured in your project regardless of what theme you use.
Installation
You can install the package via composer:
composer require rappasoft/laravel-livewire-tables