This page demonstrates Infinite Scroll using DataView.
Infinite scrolling allows the grid to lazy-load rows from the server (or locally) when reaching the scroll bottom (end) position.
In its simplest form, the more the user scrolls down, the more rows will get loaded and appended to the in-memory dataset.
This demo will keep loading and adding data indifinitely, however in most cases you will eventually reach the end of your dataset and have everything loaded in memory.
You can choose to reset (or not) the dataset after Sorting by any column.
Note that instead of the DataView, we could also use just plain SlickGrid (without DataView) to add items