-
Notifications
You must be signed in to change notification settings - Fork 185
fix: limit the requested items to a given threshold #18417
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: limit the requested items to a given threshold #18417
Conversation
|
flow-data/src/main/java/com/vaadin/flow/data/provider/DataCommunicator.java
Show resolved
Hide resolved
Hi @mcollovati and @mshabarov, when i performed cherry-pick to this commit to 2.10, i have encountered the following issue. Can you take a look and pick it manually? |
Hi @mcollovati and @mshabarov, when i performed cherry-pick to this commit to 1.0, i have encountered the following issue. Can you take a look and pick it manually? |
Flow 1.0 does not have |
This ticket/PR has been released with Vaadin 24.4.0.alpha1 and is also targeting the upcoming stable 24.4.0 version. |
Description
Limits the number of requested items from backend to a given threshold of ten pages. Exactly the same as #12003, but applied to HierarchicalDataCommunicator.
Fixes #18403
Type of change
Checklist
Additional for
Feature
type of change