Passing authorization token in Data Table header
Passing authorization token in Data Table header
Hi everyone
Can u please give me a detail example about how to pass authorization token in request header of jquery datatable.
This discussion has been closed.
Answers
Use the
ajax.dataoption to pass extra data, or useajaxif you want to modify the Ajax object - it has all the same options has jQuery so you can manipulate the headers as you would for$.ajaxif you want.Allan