All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
bootstrap.datatables.bootstrap-datatables.min.js Maven / Gradle / Ivy
$.fn.dataTableExt.oApi.fnPagingInfo=function(b){return{iStart:b._iDisplayStart,iEnd:b.fnDisplayEnd(),iLength:b._iDisplayLength,iTotal:b.fnRecordsTotal(),iFilteredTotal:b.fnRecordsDisplay(),iPage:Math.ceil(b._iDisplayStart/b._iDisplayLength),iTotalPages:Math.ceil(b.fnRecordsDisplay()/b._iDisplayLength)}};
$.extend($.fn.dataTableExt.oPagination,{bootstrap:{fnInit:function(b,e,c){var d=b.oLanguage.oPaginate,a=function(a){a.preventDefault();b.oApi._fnPageChange(b,a.data.action)&&c(b)};$(e).addClass("pagination").append('");e=$("a",e);$(e[0]).bind("click.DT",{action:"previous"},a);$(e[1]).bind("click.DT",{action:"next"},a)},fnUpdate:function(b,e){var c=b.oInstance.fnPagingInfo(),
d=b.aanFeatures.p,a,g,i,f,h;a=Math.floor(2.5);5>c.iTotalPages?(f=1,h=c.iTotalPages):c.iPage<=a?(f=1,h=5):c.iPage>=c.iTotalPages-a?(f=c.iTotalPages-5+1,h=c.iTotalPages):(f=c.iPage-a+1,h=f+5-1);a=0;for(iLen=d.length;a'+g+" ").insertBefore($("li:last",d[a])[0]).bind("click",function(a){a.preventDefault();b._iDisplayStart=(parseInt($("a",this).text(),10)-1)*
c.iLength;e(b)});0===c.iPage?$("li:first",d[a]).addClass("disabled"):$("li:first",d[a]).removeClass("disabled");c.iPage===c.iTotalPages-1||0===c.iTotalPages?$("li:last",d[a]).addClass("disabled"):$("li:last",d[a]).removeClass("disabled")}}}});