Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

Adding error-handler to ajax produces additional request

$
0
0

I see something strange in console (http://localhost:3001/errajax) I just added a stub to ajax object and datatables began to produce an additional json-request like: GET https://datatbl.herokuapp.com/errajax?_=1448540064717

var table = $('#users').DataTable( {

    ajax: { error:  function( e, settings, techNote, message ) {} } 
});

Is it a bug or one more time my mistake?


Viewing all articles
Browse latest Browse all 2364

Trending Articles