|
|
@ -27,7 +27,7 @@ $.fn.dataTableExt.oApi.fnPagingInfo = function ( oSettings )
|
|
|
|
"iPage": oSettings._iDisplayLength === -1 ?
|
|
|
|
"iPage": oSettings._iDisplayLength === -1 ?
|
|
|
|
0 : Math.ceil( oSettings._iDisplayStart / oSettings._iDisplayLength ),
|
|
|
|
0 : Math.ceil( oSettings._iDisplayStart / oSettings._iDisplayLength ),
|
|
|
|
"iTotalPages": oSettings._iDisplayLength === -1 ?
|
|
|
|
"iTotalPages": oSettings._iDisplayLength === -1 ?
|
|
|
|
0 : Math.ceil( oSettings.fnRecordsDisplay() / oSettings._iDisplayLength )
|
|
|
|
0 : Math.ceil( oSettings.fnRecordsTotal() / oSettings._iDisplayLength )
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|