vaadin / vaadin-grid-flow

Vaadin Flow Java API for vaadin/vaadin-grid Web Component
https://vaadin.com/components/vaadin-grid
Other
14 stars 16 forks source link

Scorolling the grid creates blank spaces #1070

Closed vaithu closed 4 years ago

vaithu commented 4 years ago

I'm using version 14.2.3. The Grid component uses lazy loading and while scrolling down, it creates blank spaces like below image and the blank size increases if you scroll the page faster. The faster you scroll, more the blank space is.

jcgueriaud1 commented 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?

vaithu commented 4 years ago

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 .

alvarezguille commented 4 years ago

Closing as duplicate of https://github.com/vaadin/vaadin-grid/issues/1659