|

Livewire datatable package for laravel

It’s an easy way to manage data and columns by GUI

Livewire Datatable

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'))

See full documentation here…

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *