Skip to content

Commit 4b7bb32

Browse files
committed
- WIP
1 parent f8ae829 commit 4b7bb32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ A Laravel Livewire component for data tables.
88

99
**This package is currently in development and the source is constantly changing, use at your own risk.**
1010

11-
Inspiration/Code From:
12-
13-
- [https://github.com/kdion4891/laravel-livewire-tables](https://github.com/kdion4891/laravel-livewire-tables)
14-
- [https://github.com/yajra/laravel-datatables](https://github.com/yajra/laravel-datatables)
15-
1611
## Installation
1712

1813
You can install the package via composer:
@@ -257,6 +252,11 @@ public function setTableDataId($attribute, $value) : ?string;
257252
public function setTableDataAttributes($attribute, $value) : array;
258253
```
259254

255+
## Inspiration From:
256+
257+
- [https://github.com/kdion4891/laravel-livewire-tables](https://github.com/kdion4891/laravel-livewire-tables)
258+
- [https://github.com/yajra/laravel-datatables](https://github.com/yajra/laravel-datatables)
259+
260260
## Changelog
261261

262262
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

0 commit comments

Comments
 (0)