Skip to content

Commit c22fcba

Browse files
Create README.md
1 parent 66c0c75 commit c22fcba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# laravel-livewire-data-table
2+
Laravel livewire simple data table
3+
4+
install via composer
5+
```php
6+
composer require devaweb/livewire-data-table
7+
```
8+
9+
In this livewire datatable, you can manage data efficiently in GUI.
10+
You can add and edit columns and make columns sortable, searchable, editable, and filterable.
11+
12+
[See full documentation.](https://bladetailui.com/livewire-data-table/home)

0 commit comments

Comments
 (0)