Thibau/datalift-datacubeviz

View on GitHub
datacubeviz/src/web/public/static/js/extends/datatables-bootstrap.js

Summary

Maintainability
A
1 hr
Test Coverage

Function fnUpdate has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      "fnUpdate": function ( oSettings, fnDraw ) {
        var iListLength = 5;
        var oPaging = oSettings.oInstance.fnPagingInfo();
        var an = oSettings.aanFeatures.p;
        var i, ien, j, sClass, iStart, iEnd, iHalf=Math.floor(iListLength/2);

    There are no issues that match your filters.

    Category
    Status