We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<List data={data} height={500} itemHeight={1} itemKey="id" style={{ border: '1px solid red', boxSizing: 'border-box', }} extraRender={() => <div>11111</div>} > {(item) => <ForwardMyItem {...item} />} </List>
使用官方的 example,添加 extraRender={() => <div>11111</div>}
extraRender={() => <div>11111</div>}
The text was updated successfully, but these errors were encountered:
传入的 itemHeight 大于添加的 extraRender 的实际高度就会这样,改小一点试试呢
Sorry, something went wrong.
No branches or pull requests
使用官方的 example,添加
extraRender={() => <div>11111</div>}
The text was updated successfully, but these errors were encountered: