Hello!
Try implement Grid lazy loading, but i get error:
java.lang.IllegalStateException: The number of items returned by the data provider exceeds the limit specified by the query (50).
What is my mistake?
Hello!
Try implement Grid lazy loading, but i get error:
java.lang.IllegalStateException: The number of items returned by the data provider exceeds the limit specified by the query (50).
What is my mistake?
The data provider callback receives query object with paging information. I guess your implementation returns more items than what fits into the expected page size.
As example i try use implementation from https://vaadin.com/docs/latest/components/grid#lazy-loading without any modification
I’m wrong, my mistake. There were some small changes after all :) Sorry