It’s an easy way to manage data and columns by GUI
In this livewire data table, 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'))
Top comments (0)