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

Change the type of loader property on DataScroller #1791

Closed
mertsincan opened this issue Jan 30, 2021 · 0 comments
Closed

Change the type of loader property on DataScroller #1791

mertsincan opened this issue Jan 30, 2021 · 0 comments
Assignees
Labels
Type: Breaking Change Issue contains a breaking change related to a specific component Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@mertsincan
Copy link
Member

The loader property has 'boolean' type. Determines whether data is loaded by a target element. If DataScroller uses a target element, please make the following changes;

<DataScroller ref="<DataScrollerRef>" loader={true} .... />

<TargetElementTag onClick={() => <DataScrollerRef>.load()} ... />
@mertsincan mertsincan self-assigned this Jan 30, 2021
@mertsincan mertsincan added Type: Breaking Change Issue contains a breaking change related to a specific component Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add labels Jan 30, 2021
@mertsincan mertsincan added this to the 6.0.2 milestone Jan 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Breaking Change Issue contains a breaking change related to a specific component Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

1 participant