leapfrogtechnology / reactjs-starter

5 stars 11 forks source link

Add pagination in react table #18

Open anishmanandhar opened 4 years ago

anishmanandhar commented 4 years ago

Configurable Limit, offset and page number for Paginated react table view.

bipulthapa commented 4 years ago

Can I take this as well?

pratishshr commented 4 years ago

sure @bipulthapa. Make sure the pagination is not client side and done from server side with correct limit and offset. You might have to make changes in the mock json-server for this.

pratishshr commented 4 years ago

@bipulthapa Here's the doc for json-server https://github.com/typicode/json-server#paginate