Option to always display the same number of page options
luukvnes opened this issue · 0 comments
luukvnes commented
Right now the page options move if you go to the next page, because there are more options.
[prev, 1, (2), 3, .. , end, next] (count = 7) -> [prev, 1, 2, (3), 4, .. , end, next] (count = 8).
This cause the pagination to shift around awkwardly.