Replies: 1 comment 1 reply
-
Fetching the data has nothing to do with the PaginationState. The grid drives the paginator, not the other way around. Not really an issue, so converting this to a discussion item |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using FluentDataGrid with the AutoItemsPerPage option enabled. When the window is resized, the number of items per page dynamically adjusts, as expected. However, I cannot find an event that triggers when PaginationState.ItemsPerPage changes.
This is crucial because when the number of items per page increases (e.g., from 15 to 22 due to a window resize), I need to fetch additional data from the server to fill the newly available space.
Is there an event or a recommended approach to detect changes in PaginationState.ItemsPerPage so I can trigger a new data fetch?
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions