jonshaffer/angular-data-table

View on GitHub
src/components/DataTableService.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 2 of 2 total issues

Function buildColumns has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

buildColumns(scope, parse) {
// FIXME: Too many nested for loops. O(n3)
 
// Iterate through each dTable
angular.forEach(this.dTables, (columnElms, id) => {
Severity: Minor
Found in src/components/DataTableService.js - About 1 hr to fix

FIXME found
Open

// FIXME: Too many nested for loops. O(n3)
Severity: Minor
Found in src/components/DataTableService.js by fixme

There are no issues that match your filters.

Category
Status