Are there dataTable triggers for beginning and ending ajax updates?
I found onLoadError
and onDataUpdate
, but they don’t appear useful. The idea is, when the data is being saved, you’ll want to display a spinner of some kind to show that an update is taking place.
Similarly, onLoadError
only seems to trigger when there was an error loading data. I’m not sure how to cause code to run when there is an update error. For example, how would I notify a user that when he or she updates a row, the server responded with an error?
Thanks all!
-Ken