You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
/>
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: