Closed vaithu closed 4 years ago
It's probably the same issue as this one: https://github.com/vaadin/vaadin-grid/issues/1659
Are you using the scrollbar to scroll down?
Yes. Exactly it is the same issue. The item data set has 80K records and uses lazy loading.
I used Scroller to quickly move to the 1000th item and it created the whole page as blank.
Regards
S Kadhir
IIB Remote Support|Training|Consultation
+1(612) 305 8684
www.vaithu.com
On Fri, Jul 10, 2020 at 12:53 PM Jean-Christophe Gueriaud < notifications@github.com> wrote:
It's probably the same issue as this one: vaadin/vaadin-grid#1659 https://github.com/vaadin/vaadin-grid/issues/1659
Are you using the scrollbar to scroll down?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vaadin/vaadin-grid-flow/issues/1070#issuecomment-656777690, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOMLSRVOI6K2NDP7TXOGVDR25BRVANCNFSM4OVIINFQ .
Closing as duplicate of https://github.com/vaadin/vaadin-grid/issues/1659
I'm using version 14.2.3. The Grid component uses lazy loading and while scrolling down, it creates blank spaces like below and the blank size increases if you scroll the page faster. The faster you scroll, more the blank space is.