get end number in infoCallback for ajax ?
get end number in infoCallback for ajax ?
sunaryaap
Posts: 4Questions: 0Answers: 0
Hello admin or master and all, Can you help me.. plis :(
I want to get the end number in infoCallback for ajax,
may be you have implementation it?
Thanks before :)
$(document).ready(function() {
$('#example').DataTable( {
"processing": true,
"serverSide": true,
"infoCallback": function( settings, start, end, max, total, pre ) {
return end;
},
"ajax": {
"url": "http://localhost/kairos/dt/+end",
"type": "POST"
}
}
This discussion has been closed.