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

InfinityTable 无限滚动组件onFetch事件触顶触底都会触发并且加载数据页面会有很大的空白 #27

Open
AspirinMrmi opened this issue Dec 30, 2019 · 1 comment

Comments

@AspirinMrmi
Copy link

<Table
          rowKey={(record) => {
            return record.id;
          }}
          loading={loading}
          onFetch={this.handleFetch}
          pageSize={10}
          loadingIndicator={this.loadMoreContent()}
          columns={columns}
          scroll={{ y: 450 }}
          dataSource={newsentimeListData}
        />
@msoltyk
Copy link

msoltyk commented Jan 11, 2021

Close it !!!

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

No branches or pull requests

2 participants