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
现在表格开启虚拟滚动,滚动调是在表格内部,如果当前页面比较长,表格外部也会有滚动条,这样页面不美观,同时整个页面滚动起来也不流畅
其实可以类似表头吸顶那样可以指定滚动的容器,通过这个容器的高度和监听容器的滚动事件来控制表格虚拟显示
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
👋 @hedanto,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
No branches or pull requests
这个功能解决了什么问题
现在表格开启虚拟滚动,滚动调是在表格内部,如果当前页面比较长,表格外部也会有滚动条,这样页面不美观,同时整个页面滚动起来也不流畅
你建议的方案是什么
其实可以类似表头吸顶那样可以指定滚动的容器,通过这个容器的高度和监听容器的滚动事件来控制表格虚拟显示
Tasks
The text was updated successfully, but these errors were encountered: