Actions
Bug #11309
openPagination issue in users table
Start date:
23/09/2024
Due date:
24/09/2024 (about 2 months late)
% Done:
0%
Estimated time:
Device Type:
Component:
Type:
UI
Description
Environment details
Staging server(610)
Prerequisites
users more than 30
Steps
change the pagination.
select the number of users per page as 20 or 50
select the 2nd page
check the network call [1]
Description
the pagination is not working properly.
when selecting a page other than 1st page it should send the correct offset.
the current offset might be hard coded as 10.
Need to pick the correct off set from users per page
Result
Incorrect pagination
[1]
Files
Actions