Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

怎样可以实现滚动到指定行呢? #321

Open
geweidong opened this issue Jul 27, 2022 · 2 comments
Open

怎样可以实现滚动到指定行呢? #321

geweidong opened this issue Jul 27, 2022 · 2 comments

Comments

@geweidong
Copy link

大量列表的时候,发现做了tr的回收,远离当前视口的tr都被实时的回收掉,这导致获取tr的DOM失效,scrollIntoView这些方法也就不能用了。
怎样才能禁掉自动回收tr的特性呢?
或者有啥别的方法可以实现滚动到指定行?
挺急的,在线等

@Cool-Star
Copy link

或许你可以尝试获取该行的在dataSource中的index, 然后可以滚动到该行的位置即可。
实时使用的dataSource和滚动容器的dom节点,你都可以从ref中获取。

@zhang0ZGC
Copy link

#295
看这个PR有大佬实现了,不过现在这个情况好像需要自己构建包..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants