Adding custom header to ajax reload request

Adding custom header to ajax reload request

vivek.krishnanvivek.krishnan Posts: 3Questions: 2Answers: 0
edited October 2015 in Free community support

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.