File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ A Laravel Livewire component for data tables.
8
8
9
9
** This package is currently in development and the source is constantly changing, use at your own risk.**
10
10
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
-
16
11
## Installation
17
12
18
13
You can install the package via composer:
@@ -257,6 +252,11 @@ public function setTableDataId($attribute, $value) : ?string;
257
252
public function setTableDataAttributes($attribute, $value) : array;
258
253
```
259
254
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
+
260
260
## Changelog
261
261
262
262
Please see [ CHANGELOG] ( CHANGELOG.md ) for more information what has changed recently.
You can’t perform that action at this time.
0 commit comments