get end number in infoCallback for ajax ?
get end number in infoCallback for ajax ?
![sunaryaap](https://secure.gravatar.com/avatar/19568277668a7fb28c8bdf535611b0f0/?default=https%3A%2F%2Fvanillicon.com%2F19568277668a7fb28c8bdf535611b0f0_200.png&rating=g&size=120)
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.