Livewire datatable package for laravel
It’s an easy way to manage data and columns by GUI

In this livewire datatable, you can manage data efficiently in GUI.
You can add and edit columns and make columns sortable, searchable, editable, and filterable.
You can edit data inline and delete it!
Install via composer
composer require devaweb/livewire-data-table
Use it…
@livewire('livewire-data-table', [
'model' => \App\Models\User::class
], key('table-1'))