iDisplayStart is not working on server side

iDisplayStart is not working on server side

ManiPSManiPS Posts: 28Questions: 12Answers: 0

$('#teat').dataTable({
"iDisplayStart": 0,
"displayStart": 0,
"start": 0,
"bStateSave": true,
"sPaginationType": "full_numbers",
"bAutoWidth": false,
"aaSorting": [[8, "asc"]],
"bServerSide": true,
"sAjaxSource": "FilterActivitiesData",
"bProcessing": false,
"oLanguage": {
"sSearchPlaceholder": "Search", "sSearch": "", "sLengthMenu": "Show&nbsp&nbsp_MENU_", "sInfo": "START - END&nbsp&nbspof&nbsp&nbsp_TOTAL_", "sInfoEmpty": "0 - 0&nbsp&nbspof&nbsp&nbsp0",
"sEmptyTable": "no data"
},
"dom": '<"top"f>rt<"bottom"lpi><"clear">',
//"bInfo" : false,
"sServerMethod": "POST",
"fnPreDrawCallback": function () {
},
"fnDrawCallback": function () {
}
});

Answers

This discussion has been closed.