seed-ui/seedsontable.js

View on GitHub
src/seedsondata.ts

Summary

Maintainability
A
2 hrs
Test Coverage

SeedsonData has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

export class SeedsonData {
  private readonly _columns: ColumnProperties[];
  private readonly _columnNames: string[];
  private readonly _columnLabels: string[];
  private readonly _data: DataRow[];
Severity: Minor
Found in src/seedsondata.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status