ngx-virtual-scroller icon indicating copy to clipboard operation
ngx-virtual-scroller copied to clipboard

Automatic cell sizes

Open aloifolia opened this issue 5 years ago • 1 comments

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?

aloifolia avatar Aug 21 '19 07:08 aloifolia

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.

speige avatar Mar 24 '20 20:03 speige