Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 81687

How to Send method POST to ajax calls

$
0
0
How to Send method POST for ajax calls in DataTables , help help please thanks..
example
$(document).ready(function() {
$('#example').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "/index/ajaxpost" // Zend Framework (PHP)
example (here method POST): POST params =>(how to send method)

} );
} );

Viewing all articles
Browse latest Browse all 81687

Trending Articles