get end number in infoCallback for ajax ?

get end number in infoCallback for ajax ?

sunaryaapsunaryaap Posts: 4Questions: 0Answers: 0
edited February 2015 in Free community support

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 :)

http://prntscr.com/670o47

$(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.