Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix pagination on bulk delete #4894

Merged
merged 21 commits into from
Jul 24, 2020
Merged

Conversation

JulienMattiussi
Copy link
Contributor

@JulienMattiussi JulienMattiussi commented Jun 4, 2020

Closes #4794

Issue 1 :

Fix MUI warning when deleting last items of last page by skipping the rendering before fallback to the previous page.

image

Issue 2 :

Avoid List to always fallback on Page 1 when bulk-deleting some items.

Fallback1

@JulienMattiussi JulienMattiussi added RFR Ready For Review WIP Work In Progress and removed WIP Work In Progress labels Jun 4, 2020
@JulienMattiussi JulienMattiussi force-pushed the fix-pagination-on-delete branch from 651ac52 to d87c8c8 Compare June 18, 2020 16:12
@Luwangel
Copy link
Contributor

Luwangel commented Jul 7, 2020

Hi! You have a merge conflict. Could you rebase it?

@Luwangel Luwangel force-pushed the fix-pagination-on-delete branch from d87c8c8 to 956f627 Compare July 23, 2020 15:14
@Luwangel Luwangel modified the milestones: 3.8.0, 3.7.2 Jul 24, 2020
@JulienMattiussi JulienMattiussi merged commit f20546c into master Jul 24, 2020
@JulienMattiussi JulienMattiussi deleted the fix-pagination-on-delete branch July 24, 2020 16:01
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

warning when deleting last element on last page in data table
3 participants