Is there any way to implement pagination with this component.
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.
Most helpful comment
When is the plan to support pagination?