|
|
@ -152,7 +152,7 @@ $.fn.dataTableExt.oPagination.input = {
|
|
|
|
iNewStart = (Math.ceil((oSettings.fnRecordsDisplay() - 1) / oSettings._iDisplayLength) - 1) * oSettings._iDisplayLength;
|
|
|
|
iNewStart = (Math.ceil((oSettings.fnRecordsDisplay() - 1) / oSettings._iDisplayLength) - 1) * oSettings._iDisplayLength;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (iNewStart == 0)
|
|
|
|
if (iNewStart === 0)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$(nFirst).addClass('disabled');
|
|
|
|
$(nFirst).addClass('disabled');
|
|
|
|
$(nPrevious).addClass('disabled');
|
|
|
|
$(nPrevious).addClass('disabled');
|
|
|
|