ant-design icon indicating copy to clipboard operation
ant-design copied to clipboard

table的virtual下如何实现滚动到底的回调事件?

Open qingfengmy opened this issue 2 years ago • 3 comments

What problem does this feature solve?

一般需要virtual的情况是有大量的数据,接口也是一样的,没办法一下全给你,需要分页,滚动加载。那么table是否有滚动到底的监听事件,可以让我们实现这个需求。 刚进来的时候是50条,到底加载另外50条,和之前的50条,合成100条,因为有virtual了,所以没毕业每页展示50条了。

What does the proposed API look like?

onLoadMore loadingMore hasNext

和通用的到底加载更多api一样

qingfengmy avatar Sep 13 '23 11:09 qingfengmy

你这个需求可以简单地通过 react-infinite-scroll-component 来实现,比如结合:ProList 这个一起

ohhoney1 avatar Sep 14 '23 03:09 ohhoney1

我也需要这个功能 ,虚拟滚动加滚动加载很有必要

bitbw avatar Jan 17 '24 01:01 bitbw

So, can this issue be safely closed?

yoyo837 avatar Apr 10 '24 06:04 yoyo837