src/resources/js/dataTables.rowGroup.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _group has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _group: function ( level, rows ) {
        var fns = $.isArray( this.c.dataSrc ) ? this.c.dataSrc : [ this.c.dataSrc ];
        var fn = DataTable.ext.oApi._fnGetObjectDataFn( fns[ level ] );
        var dt = this.s.dt;
        var group, last;
Severity: Minor
Found in src/resources/js/dataTables.rowGroup.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status