src/components/DataTableService.js
Showing 2 of 2 total issues
Function buildColumns
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
buildColumns(scope, parse) { // FIXME: Too many nested for loops. O(n3) // Iterate through each dTable angular.forEach(this.dTables, (columnElms, id) => {
- Create a ticketCreate a ticket
FIXME found Open
Open
// FIXME: Too many nested for loops. O(n3)
- Create a ticketCreate a ticket
- Exclude checks