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
目前scrollToElement方法好像只有在表格开启了虚拟滚动场景下才能使用,开启虚拟滚动好像有一定的性能开销,默认是大于等于100条的时候开启,所以小数据量的时候开启这个也没必要,不开又不能使用这个scrollToElement,还需要自己改造一番,如果你们能把这个在没启用虚拟滚动的时候也呢个用就好了。
目前我们是判断数据量如果大于虚拟滚动开启阈值使用scrollToElement,小于部分先获取表格到滚动行的总行高,然后使用scrollTo滚动到大概位置。这样写需要些很多冗余代码,如果你们框架内部能直接处理这样我们用起来也很方便。
The text was updated successfully, but these errors were encountered:
👋 @Brokenstrings,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
可以调整下
No branches or pull requests
这个功能解决了什么问题
目前scrollToElement方法好像只有在表格开启了虚拟滚动场景下才能使用,开启虚拟滚动好像有一定的性能开销,默认是大于等于100条的时候开启,所以小数据量的时候开启这个也没必要,不开又不能使用这个scrollToElement,还需要自己改造一番,如果你们能把这个在没启用虚拟滚动的时候也呢个用就好了。
你建议的方案是什么
目前我们是判断数据量如果大于虚拟滚动开启阈值使用scrollToElement,小于部分先获取表格到滚动行的总行高,然后使用scrollTo滚动到大概位置。这样写需要些很多冗余代码,如果你们框架内部能直接处理这样我们用起来也很方便。
The text was updated successfully, but these errors were encountered: