When dealing with very large lists of data, rendering the list with a classic for-each directive can lead to performance issues. Convertigo now supports a full automatic Virtual scroll component to render dynamically list items as they are scrolled in the viewport.
When dealing with very large lists of data, rendering the list with a classic for-each directive can lead to performance issues. Convertigo now supports a full automatic Virtual scroll component to render dynamically list items as they are scrolled in the viewport.
To use this, just drag & drop the new Virtual Scroll Viewport component in your page. It will come with the new CdkVirtualFor directive handling virtual scrolls.