Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit fe53234d authored by Jonathan's avatar Jonathan
Browse files

Merge branch 'jonathan' into 'master'

edit pagination component

See merge request !7
parents 89596ca2 934e2189
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