• ???
  • VList - Virtual scrollable list with items of fixed height

    The list on the left contains fixed number DOM elements in the sliding buffer.

    At any given moment of time it contains max of BUFFER_SIZE (100 here) DOM elements representing list items.

    Therefore it can handle large number of records in the list without degradation. Here it shows 10,000 records.

    Basic idea of the implementation is explained by the image on the right.