AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 782 forks source link

Pagination Jumps #2030

Open mpbunch opened 5 years ago

mpbunch commented 5 years ago

When implementing pagination: << < 1 | ... | 4 > >> After clicking the right single arrow until I get to the last group of numbers, the double arrow is removed, so my next click is on a page, not on the arrow. This causes users to move their mouse, which is not user friendly.

Is there an option to simply disable the arrow(s) when they are not applicable to navigation?