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

AdminGrid: Pagination the new row on a new page not working #226

Open
tschumpr opened this issue Jul 12, 2024 · 0 comments
Open

AdminGrid: Pagination the new row on a new page not working #226

tschumpr opened this issue Jul 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tschumpr
Copy link
Contributor

Steps to reproduce
Steps to reproduce the behavior:

  1. Go to Administration - Mandate
  2. Ensure that the row count is such that the last page in the grid is completely filled (e.g. 10 rows with pageSize 5 or 10)
  3. Click "Add mandate"

Expected behavior
The grid navigates to the page with the new row

Current behavior
A new row is added but the pagination moves to the second last page (e.g. new row is on page 3 but grid shows page 2)

Note
Pagination works perfectly if the new row can be placed on the last existing page (e.g. before 8 rows with pageSize 5, new row can be added to page 2 where already 3 rows are displayed)

@tschumpr tschumpr added the bug Something isn't working label Jul 12, 2024
@tschumpr tschumpr added this to the Administrationsseite milestone Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant