React-data-grid: Is pagination supported?

Created on 17 Feb 2016  路  14Comments  路  Source: adazzle/react-data-grid

Is there any way to implement pagination with this component.

Most helpful comment

When is the plan to support pagination?

All 14 comments

hey @rahul1059 -- we don't support pagination right now but plan to in future. more info here https://github.com/adazzle/react-data-grid/issues/152

For anyone looking to implement pagination I can recommend https://www.npmjs.com/package/react-paginate

It was really easy to implement together with ReactDataGrid by handling current page and what items to view in component state.

Obviously a little more effort has to be but in if you also want to support sorting but I havn't come across anything that can't be solved with a little tweaking.

Worth noting might be I'm currently not familiar with all features and components of react-data-grid so there might be something that doesn't work together with react-paginate.

When is the plan to support pagination?

Hi...I have used Reactdatagrid in my code however want to implement pagination for the same..could you please help me with that as i am unable to achieve this. Thanks

I implemented this in getRow here: https://github.com/adazzle/react-data-grid/issues/152#issuecomment-336747776

Hi ! When is the plan to support pagination? @malonecj

Any news on pagination?

nope, no news

from 2016 to 2019, no pagination implementation could be put forward

Any news on pagination?

Pagination support would be very helpful.

bump

2020, pagination please!

I have used React Data grid but for now I want to implement pagination in the same.
I am unable to achieve the same
Could you please share the suggestions to implement it.
Thanks in advance for your help.

Was this page helpful?
0 / 5 - 0 ratings