Table Builder filters, searchable(), sortable() don't work with table LiveWire component
When I use the Table Builder outside of Filament panel and try to make a LiveWire component I get the data but all other functionalities don't work.
Here is the code: https://gist.github.com/igormihacic/b340a0a3c7235890cf8cdec5c6e9be0d of the LiveWire component class.
I know I'm missing something but don't know what.
17 Replies
Inspect the console what is it saying in there
There is your issue
You don't have livewire installed correctly on the frontend.
Yep I see it .. will take a look there
tnx
Now it works. I had Alpine imported 2 times. Most likely this was the problem.
But I'm still getting the spinning wheels on the filter always visible ..
I've got the same problem. My filters / grouping are showing non effects.
e.g.
Does the filter work. My is working now .. just the spining wheel is anoying ..
Update to newest Filament version. That was a bug in there (I reported it) and it was fixed a day or so later π
I've updated to v3.0.53 of filament and I LiveWire v3.0.5 and I'm still getting the spinning wheel in the filter and also if I have the filter selected in the status bar like this:
@.modestasv
Hm, this might then be another bug that needs to be reported in filament github page π
let me check if this happens also in the test project where I have just one table set up ..
on the test table works fine ...
on the test page the browser Console is clear on the project page I have this:
Hm, then in that case, you need to specifically debug why this happens on your project. Here's a few ideas:
- Incorrect usage of something (I know, very broad π )
- There's a name conflict of some sort (maybe there's a reserved word/attribute used anywhere from Livewire)
- There's a data difference (maybe there's a broken row or something)
Not very good at debuging JS related stuff but I will try my best ...
π
Yeah, it is really not the easiest thing to do π