qlik-oss/sn-table

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

Summary

Maintainability
A
0 mins
Test Coverage
B
84%

Function Table has 120 lines of code (exceeds 100 allowed). Consider refactoring.
Wontfix

const Table = (props: TableProps) => {
  const { pageInfo } = props;
  const { totalsPosition, columns, paginationNeeded } = useContextSelector(TableContext, (value) => value.tableData);
  const { layout, theme, styling, rect, viewService } = useContextSelector(TableContext, (value) => value.baseProps);
  const columnWidths = useContextSelector(TableContext, (value) => value.columnWidths);
Severity: Major
Found in src/table/virtualized-table/Table.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status