Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Pagination Range #3403

Open
ApplePedlar opened this issue Mar 10, 2025 · 0 comments
Open

Incorrect Pagination Range #3403

ApplePedlar opened this issue Mar 10, 2025 · 0 comments
Labels
type: bug 🐛 Something isn't working

Comments

@ApplePedlar
Copy link

Describe the bug

Pagination now appears as “0 - 10 of [total]” or “10 - 20 of [total]”. It is necessary to adjust the starting index by adding 1.

Image Image

To Reproduce

Display products in admin-ui

Expected behavior

When total items is 25 and 10 per page,
Page 1 is “1 - 10 of 25”.
Page 2 is “11 - 20 of 25”.
Page 3 is “21 - 25 of 25”.

Environment (please complete the following information):

  • @vendure/core version: 3.1.7
  • Nodejs version: v22.12.0
  • Database (mysql/postgres etc): mariadb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant