TP-45781 | fixed dropdown position (#72)

This commit is contained in:
Pooja Jaiswal
2023-10-17 17:27:47 +05:30
committed by GitHub
parent b1bd0ca891
commit e21acf9e77

View File

@@ -160,6 +160,7 @@ const SearchResultsTable: FC<SearchResultTableProps> = ({
<AgTable
PaginationComponent={
<Pagination
pageNumberDropDownPosition={'POSITION_BOTTOM' as any}
pageSize={currentPageSize}
currentPage={pageNumber + 1}
totalCount={totalElements}