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
{{ message }}
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.
I'm using the paginator with range 10 on a set of 1500 pages. The fact that there are more than 10 pages is not visually clear at all.
I'd propose something like:
< 1 2 3 4 5 6 7 8 9 10 ... >
and if you've browsed beyond the tenth page, add an ellipsis at the left hand side as well.
< ... 12 13 14 15 16 17 18 19 20 21 ... >
An extension of this idea could be to also add larger page skips, although bootstrap does not provide a way to style those. I'm not set on the UX fot this idea, but these page skips could look like: optionally extended with drop downs?
< 1 2 3 4 5 6 7 8 9 10 *20 *30 *40 >
The text was updated successfully, but these errors were encountered:
I'm using the paginator with range 10 on a set of 1500 pages. The fact that there are more than 10 pages is not visually clear at all.
I'd propose something like:
and if you've browsed beyond the tenth page, add an ellipsis at the left hand side as well.
An extension of this idea could be to also add larger page skips, although bootstrap does not provide a way to style those. I'm not set on the UX fot this idea, but these page skips could look like: optionally extended with drop downs?
The text was updated successfully, but these errors were encountered: