Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 934e2189 authored by Jonathan Chandra's avatar Jonathan Chandra
Browse files

edit pagination component

parent a62b000d
No related branches found
No related tags found
1 merge request!7edit pagination component
......@@ -17,7 +17,7 @@ function Pagination (props) {
<div>
<PaginationComponent
activePage={activePage}
itemsCountPerPage={4}
itemsCountPerPage={25}
totalItemsCount={props.totalItems}
pageRangeDisplayed={5}
onChange={handlePageChange}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment