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

Grid, position of PageSizeSelector, PaginationItemsText and ItemsPerPageText row. #980

Open
prizmasoftware opened this issue Dec 16, 2024 · 1 comment

Comments

@prizmasoftware
Copy link

I'm not sure if I'm right, but it seems to me that the position of the row below the grid where the PageSizeSelector, PaginationItemsText and ItemsPerPageText are placed is fixed, no matter how many rows per page are set. In fact, the height of the "page" is always the same, and the elements inside the page scroll if they exceed the height of the "page", which is fixed (about 5 rows).
This leads to the fact that even though there is enough space on the screen to display, for example, 10 rows without the need for scrolling, about 5 are displayed, with the rest scrolling, and with half the screen empty.
In the second case, when I have 1 or 2 rows in the grid, there is a disproportionately large space between the last row and the row with the PageSizeSelector, PaginationItemsText and ItemsPerPageText.
If there is a way to dynamically or fixedly set the spacing between the last row in the grid and the row with the PageSizeSelector, PaginationItemsText and ItemsPerPageText, I would like someone to tell me how.

@gvreddy04
Copy link
Contributor

@prizmasoftware

Can you check the demo once: https://demos.blazorbootstrap.com/grid/overview

Screenshot:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants