-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the bug
The $.datatable call doesn't have a way of handling errors.
To Reproduce
Steps to reproduce the behavior:
- Go to a datatable that may produce an error.
- Check the console/network info for a 404 or 500
- Datatable will not load when the API has produced an error.
Expected behavior
Notify the user that an error has occurred from the API.
Desktop (please complete the following information):
- OS: Windows
- Browser Brave
This can be handled a number of ways. I personally like using Toastr for something like this.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request