qlik-oss/sn-table

View on GitHub
src/table/virtualized-table/Body.tsx

Summary

Maintainability
A
0 mins
Test Coverage
C
72%

Function Body has 119 lines of code (exceeds 100 allowed). Consider refactoring.
Wontfix

const Body = forwardRef<BodyRef, BodyProps>((props, ref) => {
  const { rect, columns, innerForwardRef, pageInfo, bodyStyle, rowHeight, headerAndTotalsHeight, syncHeight } = props;
  const { layout, model, theme, viewService } = useContextSelector(TableContext, (value) => value.baseProps);
  const columnWidths = useContextSelector(TableContext, (value) => value.columnWidths);
  const initialDataPages = useContextSelector(TableContext, (value) => value.initialDataPages);
Severity: Major
Found in src/table/virtualized-table/Body.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status