Skip to content
New issue

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

table 虚拟滚动场景下支持onScrollToBottom事件 #3073

Closed
charlescc opened this issue Mar 11, 2019 · 1 comment · Fixed by #3297
Closed

table 虚拟滚动场景下支持onScrollToBottom事件 #3073

charlescc opened this issue Mar 11, 2019 · 1 comment · Fixed by #3297
Assignees

Comments

@charlescc
Copy link

What problem does this feature solve?

在使用虚拟滚动来加载大量数据的table时,因为分页使用的是nextToken的分页方式来避免后端大量数据的count 操作,但是目前table不支持onScrollToBottom来加载分页数据,只能先获取所有分页再加载table, 会有浪费的请求

What does the proposed API look like?

table 新增onScrollToBottom来配合虚拟滚动使用

@ng-zorro-bot
Copy link
Collaborator

Translation of this issue:


table Supports onScrollToBottom event in virtual scrolling scene

What problem does this feature solve?

In the use of virtual scrolling to load a large amount of data table, because the paging uses the nextToken paging mode to avoid the count operation of the backend large amount of data, but currently the table does not support onScrollToBottom to load the paging data, only get all the paging and then load Table, there will be wasted requests

What does the proposed API look like?

Table added onScrollToBottom to match virtual scrolling

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

Successfully merging a pull request may close this issue.

3 participants