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

Pagination: Fix wrapping on small screens + Update table example #2965

Merged
merged 1 commit into from
Oct 9, 2021

Conversation

JonBunator
Copy link
Member

Description

  • Fixes wrapping on small screens:
    Before:
    grafik

After:
grafik

  • Better page calculation in table example -> Round up when there are not enough items to fill the last page (Not important for this example, but people usually just copy-paste the example code)

How Has This Been Tested?

visually

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.

@JonBunator JonBunator added the bug Something does not work as intended/expected label Oct 6, 2021
@JonBunator JonBunator changed the title Pagination: Fix wrapping on small screens + Enhance page calculation Pagination: Fix wrapping on small screens + Update table example Oct 6, 2021
@henon henon merged commit 9a31e7c into MudBlazor:dev Oct 9, 2021
@henon
Copy link
Collaborator

henon commented Oct 9, 2021

Excellent work!

@henon henon added this to the 5.2.0 milestone Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants