Angular 2 Virtual Scroll Component

Author: rintoj
Official Page: Go to website
Publish Date: November 15, 2016
License: MIT

Description:

The Angular 2 Virtual Scroll Component displays a virtual, “infinite” list. This module does not render every record in the list at once; instead a small subset of records just enough to fill the viewport are rendered and reused as the user scrolls. Thus displaying an infinitely growing list of items in a viewport of size just about a couple rows in an efficient way is made possible.

Preview:

Angular 2 Virtual Scroll Component


You Might Be Interested In:

Add Comment