react-js-pagination
react-js-pagination copied to clipboard
A button to navigate to next pagerange
Assume the pageRange property is set to 5 and there are 20 pages. Initially it shows 1,2,3,4,5. There must be a button on clicking of which I should be able to see the next set i.e 6,7,8,9,10 and so on.