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
current page indicator after deleting all rows on current page #15389
Comments
|
@williamdes This problem is caused only when we delete all the rows on the last page. When we delete the rows on some other page the rows next to the deleted page are moved to that page. I think we can edit the description to avoid any confusion. |
|
The issue still exists, on deleting all rows from the last page, the current page number displayed is 1 but the data isn't shown accordingly. |
|
Working on this for QA_5_1 |
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Signed-off-by: Saksham Gupta <shucon01@gmail.com> Add Unit Test Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Signed-off-by: Saksham Gupta <shucon01@gmail.com> Add Unit Test Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix Lint Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Signed-off-by: Saksham Gupta <shucon01@gmail.com> Add Unit Test Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix Lint Signed-off-by: Saksham Gupta <shucon01@gmail.com> Add comment Signed-off-by: Saksham Gupta <shucon01@gmail.com>
|
OMG, while testing the fix I could reproduce the issue and ... you could have a "I dropped all rows" moment. |
Signed-off-by: William Desportes <williamdes@wdes.fr>
Describe the bug
Not really bug but a usability issue.
After using "Check All" and deleting rows the "current page" is set to 1 with no records which gives the impression the table is now empty [which it isn't]
If there is 1 row and I delete using the "delete" button [vs the checkbox] the "current page" stays the same with no rows [more intuitive that there is more data in the table].
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If the current page is reset to 1, show the data for page 1.
Preferred would be to stay on the page with no data [as in using the delete link vs checkbox], or go to the previous page [with corresponding data].
Screenshots
If applicable, add screenshots to help explain your problem.
Server configuration
Client configuration
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: