bvaughn / react-window

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

Table List #694

Closed LazaroAmvox closed 1 year ago

LazaroAmvox commented 1 year ago

Is there a possibility to use React-window on a table? Use the List component to render elements with data

bvaughn commented 1 year ago

I don't think so. I think the nesting of HTML elements required by a table (to be semantically valid) doesn't work or make sense with react-window. I'd suggest using ARIA roles instead.