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

screen size of 1920 and above screen page scroll is not working #41

Open
rohit-c247 opened this issue Apr 16, 2022 · 0 comments
Open

screen size of 1920 and above screen page scroll is not working #41

rohit-c247 opened this issue Apr 16, 2022 · 0 comments

Comments

@rohit-c247
Copy link

Hello
i have used this package in the project. I am facing issues with the large screen table scroll not working on a large screen. please check the below code


<Table
          rowKey="CampaignId" // Important, otherwise scrolling page will be a problem
          loading={props.loading}
          onFetch={props.getCampaignList}
          pageSize={100}
          loadingIndicator={loadMoreContent}
          columns={columns}
          scroll={{ y: 750 }}
          dataSource={props.data}
          // bordered
           debug
        />
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

1 participant