best-doctor/ke

View on GitHub
src/django-spa/cdk/tables/makeTable.tsx

Summary

Maintainability
A
2 hrs
Test Coverage
F
0%

Function makeTable has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function makeTable<Components extends TableComponents, Plugin extends TablePlugin>(
  tableComponents: Components,
  plugins: Plugin[] = []
): <T>(
  props: TableProps<
Severity: Major
Found in src/django-spa/cdk/tables/makeTable.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status