How can we get the http response status from error.dt?
How can we get the http response status from error.dt?
oakleyx
Posts: 1Questions: 1Answers: 0
How can we get the http response status from error.dt?
Ex.
$.fn.dataTable.ext.errMode = 'none';
$('#example')
.on( 'error.dt', function ( e, settings, techNote, message ) {
console.log( 'An error has been reported by DataTables: ', message );
} )
.DataTable();
How can I get the http response status from this?
Thanks
-Dan
This discussion has been closed.