qlik-oss/sn-table

View on GitHub
src/table/pagination-table/components/TableWrapper.tsx

Summary

Maintainability
A
2 hrs
Test Coverage
B
82%

Function TableWrapper has 133 lines of code (exceeds 100 allowed). Consider refactoring.
Open

const TableWrapper = (props: TableWrapperProps) => {
  const { pageInfo, setPageInfo, direction, footerContainer, announce } = props;
  const { page, rowsPerPage } = pageInfo;

  const { totalColumnCount, totalRowCount, totalPages, paginationNeeded, rows, columns, totalsPosition } =
Severity: Major
Found in src/table/pagination-table/components/TableWrapper.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status