kollavarsham/ng-table-to-csv

View on GitHub
src/ng-table-to-csv/directives/ngTableToCsv.exportCsv.js

Summary

Maintainability
A
1 hr
Test Coverage

Function link has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

          link     : function (scope, element, attrs) {
            var data = '';
            var separator = attrs.separator ? attrs.separator : ',';
            var ignoreSelector = attrs.exportCsvIgnore || '.ng-table-filters';
            var csv = {
Severity: Minor
Found in src/ng-table-to-csv/directives/ngTableToCsv.exportCsv.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status