mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 10:56:02 +00:00
UI: Fixed Pagination issue on dataset details page (#9387)
This commit is contained in:
parent
fa65480864
commit
e1919af86a
@ -610,6 +610,7 @@ const DatabaseSchemaPage: FunctionComponent = () => {
|
|||||||
rowKey="id"
|
rowKey="id"
|
||||||
size="small"
|
size="small"
|
||||||
/>
|
/>
|
||||||
|
{tableInstanceCount > PAGE_SIZE && tableData.length > 0 && (
|
||||||
<NextPrevious
|
<NextPrevious
|
||||||
isNumberBased
|
isNumberBased
|
||||||
currentPage={currentTablesPage}
|
currentPage={currentTablesPage}
|
||||||
@ -618,6 +619,7 @@ const DatabaseSchemaPage: FunctionComponent = () => {
|
|||||||
pagingHandler={tablePaginationHandler}
|
pagingHandler={tablePaginationHandler}
|
||||||
totalCount={tableInstanceCount}
|
totalCount={tableInstanceCount}
|
||||||
/>
|
/>
|
||||||
|
)}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user