- Project: Office Add-In
- Office-UI-Fabric-JS: 1.5.0
- Fabric Core: 5.0.1
I'm getting the error Function window.alert is not supported
The 3rd party library I'm using ("DataTables") uses the "alert" API.
Is there a way, other than manually modifying the Javascript in "DataTables", to replace the calls to "alert"
It would be nice if I could have the calls to "alert" be routed to app.showNotification() (this call is provided in App.js; a file that is normally found in the Office Add-in examples found on GitHub)