Filament Table Text Column action not firing
I have a Filament table widget, in which I do a semi complex query to fetch some grouped data:
This will yield a table like this:
And the number in the
Total Jobs
column will be clickable.
However, when I click the number, nothing happens. If I check the console -> network requests, I see that an update
request is indeed sent, but still - nothing happens. I would expect the action to open a modal, with the content from my custom blade view.
What am I doing wrong?0 Replies