Replies: 1 comment
-
|
Created an issue for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The pagination component in the web ui creates a select list with all pages. But when you have millions of items to display, the view becomes totally unresponsive, as it is creating a select with
hundred of thousand options.
This screen is from my "delivery attempts" page, with >1M items, unusable (the 1M thing is because of a delivery loop, that is another problem / question).
Eventually a simple solution could be remove the "page" select if there are too many pages. Or only display +100 / -100 page numbers around current page.
Beta Was this translation helpful? Give feedback.
All reactions