successNotificationTitle for table action is not showing
The successNotificationTitle for my (custom) action is not showing after the action has been successfully executed. Does anyone know why? This is my code:
Solution:Jump to solution
you need to call
success
like
```php
->action(function (Tables\Actions\Action $action) {
// your action...
...2 Replies