A UI technique dedicated to increase the performance of large scrollable lists by rendering only a small portion of the data at a moment and virtualising other parts of the dataset, so that the scrollbar parameters remain consistent and a user experiences the result interface close to the original one (without virtualisation)
Hi there! I am in need to create a table with so many records using Angular 2+. For that, I'm trying …
html angular virtualscroll