You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: