Has anyone run across a bug with the pagination where the next arrow can show up in the middle of the page options?
This always happens, with these steps:
- Click on a page far ahead enough to make page 1 disappear (in my case page 4).
- Then click on an earlier page, for example page 3.
These are my pagination options:
pagination({
container: "#pagination",
showFirst: false,
showLast: false,
padding: 2,
templates: {
previous: '',
next: ''
}
}),