Closed TimmKnuth closed 4 years ago
Hello, I am trying to use SweetAlerts in my Table to delete a row. But the SweetAlert Popup shows just 2seconds and then it disappears. So my table data looks like this:
@can('manage-users', App\User::class)
@endcan
Hello, thanks for using our products!
When initializing sweetalert you need to give it a timer parameter, for example, for 5 seconds you need to have timer: 5000
All the best!
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
Please describe the behavior you are expecting
Current Behavior
What is the current behavior?
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
Please include any relevant log snippets or files here.