src/table/pagination-table/components/TableWrapper.tsx
Function TableWrapper
has 133 lines of code (exceeds 100 allowed). Consider refactoring. Open
Open
const TableWrapper = (props: TableWrapperProps) => {
const { pageInfo, setPageInfo, direction, footerContainer, announce } = props;
const { page, rowsPerPage } = pageInfo;
const { totalColumnCount, totalRowCount, totalPages, paginationNeeded, rows, columns, totalsPosition } =