TP-45781 | fixed dropdown position (#72)
This commit is contained in:
@@ -160,6 +160,7 @@ const SearchResultsTable: FC<SearchResultTableProps> = ({
|
||||
<AgTable
|
||||
PaginationComponent={
|
||||
<Pagination
|
||||
pageNumberDropDownPosition={'POSITION_BOTTOM' as any}
|
||||
pageSize={currentPageSize}
|
||||
currentPage={pageNumber + 1}
|
||||
totalCount={totalElements}
|
||||
|
||||
Reference in New Issue
Block a user