shlomiassaf / ngrid

A angular grid for the enterprise

Home Page:https://shlomiassaf.github.io/ngrid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The virtual scrolling with a pagination feature

dbas-dn opened this issue · comments

The virtual scrolling with a pagination feature should be used to display large amounts of records without paging. When scrolling with the vertical scrollbar, the component executes HTTP requests to load and refresh the existing records. The overall behavior is smooth and with no flicker.

Hi,

I don't understand.

Are you talking about infinite scroll?

@dmitry-bas see #96 (comment)

Ok, @dmitry-bas @davidglezz

I'v uploaded a demo of infinite scroll to the documentation site, SEE HERE

I'm also working on built-in support, in general this is done using a new datasource factory that will wrap the basic one.
It will control the flow and emit event related to infinite scrolling, to get more data etc...

I have the basic thing ready but without caching and more advanced options...