Please take a look at the following and help me to resolve it.
Stack Overflow
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:
public function table(Table $table): Table
{
return $table
->query(
$this-&...
4 Replies
I am good to go when I use just 1 level query, but when I use complex query with related tables, then the actions are not working properly...
when I check the network requests, whenever the event is occurred, the
close-modal
request is being sent.Hmm, could be a naming issue. You named the view action 'test'. Can you try 'testAction' or giving it no name at all?
still same issue
this is my query for the table
any action is not working in the table
π
I have found issue π