react-paginate icon indicating copy to clipboard operation
react-paginate copied to clipboard

Skip to the End, Skip to the start

Open Yvanov-nanodev opened this issue 3 years ago • 2 comments

Is it possible to add props that allow to add pagination element that make you jump directly to the end or to the start ?

Yvanov-nanodev avatar Feb 18 '22 11:02 Yvanov-nanodev

using this props

marginPagesDisplayed={2}

So....

1 2 ... 5 6 7 ... {last-1} {last}

alls7554 avatar May 17 '22 04:05 alls7554

My understanding here is how we can achieve it like this.

Screen Shot 2023-03-07 at 2 39 57 PM

So the << onClick will go to the first page, while the >> will go to the last page.

graydirt avatar Mar 07 '23 06:03 graydirt