Stand-alone UMD Examples
Simultaneously virtualizes rows and columns with dynamic detection of widths from any slot structure.
Simultaneously virtualizes rows and columns using fixed itemSize and alternating columnWidth values.
Horizontal scrolling with items with different widths measured via ResizeObserver.
Optimized for items where every item has the same width and row height is filled automatically.
Vertical scrolling with variable item heights automatically measured using ResizeObserver.
Optimized for lists where every item has the same height and items are only rendered when they enter the visible viewport.
Demonstrates the virtual scrollbar implementation that allows the scrollbar to be designed and styled by the user.
Demonstrates the load event and loading prop/slot for automatic pagination.
Demonstrates iOS-style sticky headers where new headers push previous ones out of view.
Chat demonstration with dynamic heights, initial scroll to bottom, and history scroll restoration.
Semantic HTML table virtualization for semantically correct and accessible tabular data grids.