RumyantsevMichael/yart

View on GitHub
src/GridTablePackage/MainModule/components/Table.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    render() {
        const { data, rowKeys, rowComponent: Row, maxHeight } = this.props;
        const columns = this.state.columns;
        let gridTemplateColumnsValue: string = '';

Severity: Minor
Found in src/GridTablePackage/MainModule/components/Table.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status