bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.72k stars 782 forks source link

Does 'react-window' work with 'vw' not 'px' #635

Closed DanielWLam closed 2 years ago

DanielWLam commented 2 years ago

Does 'react-window' work with 'vw'?

sy941016 commented 2 years ago

the same question

rrajaste commented 2 years ago

AFAIK no. You should be able to convert VW to PX with a little bit of JavaScript or use the auto-sizer plugin and restrict the container to whatever size you want.

bvaughn commented 2 years ago

No. It only works with pixel numbers, not percentage based units (like "%" or vh/vw).