diff --git a/src/common/RichTable/RichTable.js b/src/common/RichTable/RichTable.js index 98e42eb..9eac79f 100644 --- a/src/common/RichTable/RichTable.js +++ b/src/common/RichTable/RichTable.js @@ -64,13 +64,15 @@ function RichTable({ }, }); + const paginationIsNeeded = tableData.length > pageSize && withPagination; + return (