Sorting and Searching is not working #934
Replies: 3 comments 2 replies
-
Hi, Maybe try: Denis |
Beta Was this translation helpful? Give feedback.
-
Hello Denis, i tried
but didnt change anything. I See all the data in the table but no "livewire" features doesnt work. greets |
Beta Was this translation helpful? Give feedback.
-
Try this snippet `<?php namespace App\Http\Livewire; use App\Models\LoginMaster; class UserMasterTable extends DataTableComponent
} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
today I installed the package. Everything is working witout the searching and sorting. Iam using the example with the UserTable.
`<?php
namespace App\Http\Livewire;
use App\Models\User;
use Illuminate\Database\Eloquent\Builder;
use Rappasoft\LaravelLivewireTables\DataTableComponent;
use Rappasoft\LaravelLivewireTables\Views\Column;
class UserTable extends DataTableComponent
{
protected $model = User::class;
}`
Also the pagination is not working.
I checked the installation guide twice that i didnt miss anything.
Laravel Version ......... 9.33.0
PHP Version ............. 8.1.11
Beta Was this translation helpful? Give feedback.
All reactions