Infolist action on custom page
Hi there! I have a custom livewire page with a table. Now I want to have a view action which opens an infolist, but for some reason I don't get any popups.
This is my table action:
I use the trait and have the interface. This is my view:
Is there something I am missing?
9 Replies
Seems like my modals are just not working at all
you don't need
<x-filament-actions::modals />
Check the setup again: https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component#adding-the-table
And do this:
Its still not popping up unfortantely
console errors?
No, empty console
did you add
@filamentScripts
in the layout? Did you follow this section?
https://filamentphp.com/docs/3.x/tables/installation#existing-laravel-projectsYes, but it seems like my entire actions ain't working. I tried doing this, and still nothing is happening:
A bulkaction on the other hand seems to work fine
this was supposed to work
if you have a minimal repo on Github, I can take a look after..
Its a codebase with 2000 commits, so thats a bit tricky π
but I just fixed it
I was modifying the query a bit to much and accidently used a wrong id
so it didnt match anymore with the record model
so he couldnt find a model π