Infinite Scroll
A single <div lvt-scroll-sentinel> at the end of the list is watched by the client's IntersectionObserver. When it enters the viewport, the client dispatches load_more automatically — no client JS to wire up. Dataset has 100 items; scroll to watch pages append.
| ID | Name | |
|---|---|---|
| 1 | Row 1 | row1@example.com |
| 2 | Row 2 | row2@example.com |
| 3 | Row 3 | row3@example.com |
| 4 | Row 4 | row4@example.com |
| 5 | Row 5 | row5@example.com |
| 6 | Row 6 | row6@example.com |
| 7 | Row 7 | row7@example.com |
| 8 | Row 8 | row8@example.com |
| 9 | Row 9 | row9@example.com |
| 10 | Row 10 | row10@example.com |
Loading more…