Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35272

post params in ajax

$
0
0

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" }
]
} );
} );


Viewing all articles
Browse latest Browse all 35272

Trending Articles