lithium-ngx-virtual-scroll
lithium-ngx-virtual-scroll copied to clipboard
A fast and lightweight virtual scrolling solution for Angular that supports single column lists, grid lists and view caching.
If [itemHeight] is not set and the item is a basic DIV then the list renders as expected. If [itemHeight] is not set and the item is a complex component...
Cool library! Any support for dynamic height? Based on the https://github.com/lVlyke/lithium-ngx-virtual-scroll#inputs , the itemHeight if not set is automatic. What is it automatically doing? Setting a single height or per...
Resolves #32 If you look at the itemsPerRow calculation you can see that for listview it is always 1. For grid view it is a calculation that relies upon clientWidth....
With gridEnabled set to false AND viewCache set to enabled or any number. Items are displayed in a list, everything works nice. Good first render, good scroll performance all looks...
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...