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
Steps to reproduce
Steps to reproduce the behavior:
Go to Administration - Mandate
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)
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)
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Steps to reproduce the behavior:
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)
The text was updated successfully, but these errors were encountered: