-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remote Paging Grid & HGrid: Refactoring with the new customers endpoint #668
base: vnext
Are you sure you want to change the base?
Conversation
Added changes for |
primaryKey="customerId" | ||
height="600px" | ||
data={data} | ||
isLoading={isLoading} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
context.grid.data = data; | ||
context.grid.isLoading = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is disabling loading but there's nothing enabling the loading initially for the child grid thus resulting in loading indicator not rendered for child grids.
Resolves #667
Once this PR is merged, changes in IgniteUI/igniteui-xplat-docs#1375 should be made accordingly as well