Infinite Scroll

The infinite scroll pattern provides a way to load content dynamically on user scrolling action.

Let’s focus on the final row (or the last element of your content):

1<div data-on-intersect="@get('/examples/infinite_scroll/more')">
2    Loading...
3</div>

This last element contains a listener which, when scrolled into view, will trigger a request. The result is then appended after it. data-on-intersect is an attribute that triggers a request when the element is scrolled into view.

Demo
Agents
NameEmailID
Agent Smith 0[email protected]1982e3a7bb241055
Agent Smith 1[email protected]65cd25028f98f158
Agent Smith 2[email protected]7b95a7322f5da314
Agent Smith 3[email protected]7324dc1e7e9474f0
Agent Smith 4[email protected]628911027fcf803f
Agent Smith 5[email protected]5edb980100c87e72
Agent Smith 6[email protected]3564a48862bc4a0d
Agent Smith 7[email protected]6eed105b82285fa
Agent Smith 8[email protected]664f427c6b2c4bea
Agent Smith 9[email protected]28353a066812b268
Loading...Indicator