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

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
@Luwangel
Copy link
Contributor

Luwangel commented Jul 7, 2020

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

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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