Adding custom header to ajax reload request
Adding custom header to ajax reload request
vivek.krishnan
Posts: 3Questions: 2Answers: 0
I have a DataTable which has a reload set, I want to add custom header to ajax request, how can I change it?
$('#someTableId').DataTable({
retrieve: true,
paging: false,
searching: false,
stateSave: true,
}).ajax.reload(null, false);
This discussion has been closed.