Implement Cursor based pagination using middleware #3072
Unanswered
thecaffeinatedengineer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is it possible to override / implement cursor based pagination using middleware ?
Looking at the Storefront and Admin APIs, it looks like only offset based pagination is supported at the moment.
We need to implement the infinite loading UI pattern to avoid data loss and duplicates as the user is scrolling on product and order pages etc.
How would I go about implementing this ?
Beta Was this translation helpful? Give feedback.
All reactions