Erin
TLCTuto's Laravel Corner
•Created by Erin on 1/28/2024 in #💡filament
Sortable() and Searchable() not behaving as expected
Thanks for all your help Tuto!
17 replies
TLCTuto's Laravel Corner
•Created by Erin on 1/28/2024 in #💡filament
Sortable() and Searchable() not behaving as expected
I still am working on the layout issue with more than one slot, but that's less of a concern for my project.
17 replies
TLCTuto's Laravel Corner
•Created by Erin on 1/28/2024 in #💡filament
Sortable() and Searchable() not behaving as expected
Well, I've made some progress! I used a bit of Povilas' alpine.js conflict article, and I added in my livewire component class. This fixed my sortable and searchable problem!
17 replies
TLCTuto's Laravel Corner
•Created by Erin on 1/28/2024 in #💡filament
Sortable() and Searchable() not behaving as expected
I found this article and am trying this out https://laraveldaily.com/post/livewire-3-laravel-breeze-error-alpine-js-conflict
17 replies
TLCTuto's Laravel Corner
•Created by Erin on 1/28/2024 in #💡filament
Sortable() and Searchable() not behaving as expected
Thank you for looking at this for me Tuto! The gist has been updated with the layout file https://gist.github.com/wrperin/e6181516c7606e1e352bc0d424cca6ad
And yes, there are 8 console errors, may of the same error, thanks for having me check that! The console errors are about alpine js.
17 replies
TLCTuto's Laravel Corner
•Created by Erin on 1/28/2024 in #💡filament
Sortable() and Searchable() not behaving as expected
Thanks Tuto; I haven't attempted to update the layout file per the article you sent yet; however, I removed all the code except in the file. When I view the source in the browser, the correct layout with the @filamentScripts directive seems to be loaded because the last few lines of the page are and yet the sorting and searching behaviors are not working.
17 replies
TLCTuto's Laravel Corner
•Created by Erin on 1/28/2024 in #💡filament
Sortable() and Searchable() not behaving as expected
Thanks Tuto, I haven't changed the global layout inside config/livewire.php (I don't have that file). And it is confusing to me which app.blade.php layout is being used; there is more than one of them and one does have the @filamentScripts and the other doesn't. I'll play around with that.
17 replies