Files
react-test/docs/data/material/components/lists/VirtualizedList.tsx.preview

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
154 B
Plaintext
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
<List
rowHeight={46}
rowCount={200}
style={{
height: 400,
width: 360,
}}
rowProps={{}}
overscanCount={5}
rowComponent={renderRow}
/>