react-ellipsis-pagination
v1.3.6
Published
This is a custom Pagination basically Ellipsis type of Pagination, React custom Ellipsis pagination for handling multiple dat/items on same screen with different page having limited items per page.
Downloads
25
Maintainers
Readme
Working on the issues and will be fixing very soon...
for any query connect at [email protected]
React Ellipsis Pagination || React Pagination || React Custom Pagination
This is a custom Pagination basically Ellipsis type of Pagination, It can be used as component by including following lines of code :
<CustomEllipsisPagination
handler={(page)=> setPage(page)} pageCount={Math.ceil(totalRecords / pageItems)} />
In the above code we have used our custom react ellipsis pagination component.
- page : page maintain the page Number.
- pageItems : pageItems are the number of items per page.
- totalRecords : totalRecords are number of records that has to be manage in this react ellipsis pagination.