I have to delete the record from the table using table delete actions, Sometimes there is an issue with delete operation and throw the exception, I want to show that exception message on failed notification. How can I do that in filament.
Solution
@Karthick K Thanks for the idea. Did you say like this Service Provider:
public function register(): void { $this->app->bind(DeleteAction::class, TableDeleteAction::class); }
public function register(): void { $this->app->bind(DeleteAction::class, TableDeleteAction::class); }