1.0.5 • Published 4 years ago

@ravimantra/react-pagination v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

A simple react pagination module

Steps need to be followed:

  1. Run "npm i @ravimantra/react-pagination"
  2. import simplePagination from '@ravimantra/react-pagination'
  3. Add it as follows: <SimplePagination pageSize={number of rows in a pagination list} data={all data to be in the list} getCurrentPageData={callback to get current page data} /> NOTE: It returns the current page data. You can render it as per your design.
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago