Get current row record in custom action
Hello guys, how can i get the current row in a custom action so i can send a call.
1 Reply
$record should be available in the ->action() callback.
So ->action(fn ($record, array $data) => do something with $record and $data)