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)
Questions tagged [virtualscroll]
130 questions
1
vote
0 answers
I am adding scroller over mat-grid-list which display 5 columns in a row. virtual scroller is not loading data on scroller
I have added the virtual scroller over mat grid list as follows

user3768904
- 261
- 3
- 15
1
vote
0 answers
Trying to solve performance issue with vuejs table
So I have a table with 50 columns and about 4-600 rows and laggy poor performance. There are some computed properties in use. The tables cells are inputs, selects and textareas.
I use the vue-scrolling-table, because I need vertical and horizontal…

Balázs Zákány
- 407
- 2
- 11
1
vote
0 answers
Does Angular 7's material table have virtual scrolling?
I am beginning to suspect that I don't understand Angular's material table implementation, or the concept of virtual scrolling, or both :-)
As I understand it, virtual scrolling is a technique used to limit the number of DOM elements which need to…

ACEG
- 1,981
- 6
- 33
- 61
1
vote
1 answer
how to create a pdf from a table created with angular material 7 virtual scrolling
I want to create a pdf of a very big html table.
I make use of angular material 7 virtual scroling to create that table.
Here is the html template code :