Grid lazy loading

Is official exapmle how to use lazy loading really working?
This is screenshot from https://vaadin.com/docs/latest/example?path=component/grid/react/grid-data-provider.tsx

When you scroll down to the second page, it shows empty lines.

1 Like

Thanks for noticing, created a PR with a fix: docs: fix grid lazy loading pagination by sissbruecker · Pull Request #4131 · vaadin/docs · GitHub

1 Like

"Have you tried debugging the grid component or logging the data request when you scroll? That might give you some insight into why the second page is showing empty rows