Is there a way can i post data while doing the ajax post request,
Like below? ,if so can you please point with example
$('#example').dataTable( {
"ajax": {
"url": "url",
"type": "POST",
"data":data
},
"columns": [
{ "data": "first_name" }
]
} );
} );