Arno Bolt
Arno Bolt
FFilament
Created by Arno Bolt on 2/18/2024 in #❓┊help
Livewire table component searchable() / sortable/filter not working
Hi all, I'm relative new to laraval/filament but i'm learning. (Please be gentle) In the admin panel everything works as expected, the search/filter and sort function all work. I've followed the guide https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component The table does show and at first glance, no issues. However, the searchbar, filter and sort function do not work. I can enter text in the search bar, but nothing happens. Same with the Filter button, can click it, but nothing happens. Visa versa with the sort function. First table i've created manually, the 2nd one with the help of the command that also generates the table (php artisan make:livewire-table Products/ListCircuits --generate) I can only imagine i'm missing something on my blade, i've simply edited the welcome.blade.php with the @livewire('list-ciruits) code. Below is my welcome.blade.php
6 replies