Open luukvnes opened 3 years ago
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.
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.