You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on the next or previous arrow the page number update until It reaches the " ... " .
Let's image this : The paginator display is like this : 1 2 3 4 5 ... 10
The result expected is that we navigate starting from 1 to 2 to 3 to 4 to 5 then the 6 appears.
But in my case the " ... " will be the ones selected meanwhile the content of currentPage is equal to 6 .
Angular version: 11.2.14
ngx-pagination version: 5.1.1
When I click on the next or previous arrow the page number update until It reaches the " ... " .
Let's image this : The paginator display is like this : 1 2 3 4 5 ... 10
The result expected is that we navigate starting from 1 to 2 to 3 to 4 to 5 then the 6 appears.
But in my case the " ... " will be the ones selected meanwhile the content of currentPage is equal to 6 .
Any relevant code:
The text was updated successfully, but these errors were encountered: