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
If there is a pagination where "..." is displayed before the last page number, the last page number is not displayed when you are on the page where the "..." disappears.
I recognized this behavior in multiple projects and all had the same effect.
The text was updated successfully, but these errors were encountered:
erkenes
added a commit
to erkenes/Flowpack.Listable
that referenced
this issue
Feb 8, 2022
If the "..." displayed before the last page number, the last page number was not displayed when you are on the page where the "..." disappears.
Check if the `displayRangeEnd + 1` matches the number of pages, if so add the last
page number then to the `links`-array
Resolves: Flowpack#41
If there is a pagination where "..." is displayed before the last page number, the last page number is not displayed when you are on the page where the "..." disappears.
I recognized this behavior in multiple projects and all had the same effect.
The text was updated successfully, but these errors were encountered: