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
5.65.0
react
18.3.1
rsuite-table
5.18.3
任何时间都显示正确的滚动位置。数据条目变化时,表格高度变化时,应重新计算滚动条位置
高度变化时,滚动条位置显示错误。数据正滚动到中间位置,数据数据条目数量发生变化,滚动条也不会变化,导致当屏内容可能空白。
设置为fillHeight。实行以下步骤。
https://stackblitz.com/edit/react-vrjbei?file=package.json
The text was updated successfully, but these errors were encountered:
自己动态指定height,滚动条不会有问题
Sorry, something went wrong.
No branches or pull requests
Versions
5.65.0
react
18.3.1
rsuite-table
5.18.3
What is the expected behavior?
任何时间都显示正确的滚动位置。数据条目变化时,表格高度变化时,应重新计算滚动条位置
What is the current behavior?
高度变化时,滚动条位置显示错误。数据正滚动到中间位置,数据数据条目数量发生变化,滚动条也不会变化,导致当屏内容可能空白。
What are the steps to reproduce?
设置为fillHeight。实行以下步骤。
https://stackblitz.com/edit/react-vrjbei?file=package.json
Any additional comments? (optional)
The text was updated successfully, but these errors were encountered: