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"
|
||||
size="small"
|
||||
/>
|
||||
{tableInstanceCount > PAGE_SIZE && tableData.length > 0 && (
|
||||
<NextPrevious
|
||||
isNumberBased
|
||||
currentPage={currentTablesPage}
|
||||
@ -618,6 +619,7 @@ const DatabaseSchemaPage: FunctionComponent = () => {
|
||||
pagingHandler={tablePaginationHandler}
|
||||
totalCount={tableInstanceCount}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user