ngx-virtual-scroller
ngx-virtual-scroller copied to clipboard
Automatic cell sizes
In react virtualized, there is a CellMeasurer component which can be used to have dynamically calculated cell sizes. This is very convenient if you have elements whose dimensions change after the initial render (e.g. if you have an input field).
Have you thought about supporting this use case?
If you'd like to code this, I'm happy to accept a pull request. I believe you could do it by adding an API to set an override function for the getElementSize function.