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

Expand All option event Trigger #21

Open
karthiksammy opened this issue Dec 19, 2019 · 3 comments
Open

Expand All option event Trigger #21

karthiksammy opened this issue Dec 19, 2019 · 3 comments

Comments

@karthiksammy
Copy link

karthiksammy commented Dec 19, 2019

I have 1500 rows of data. if i expand all the rows it takes much time to show in grid. i wanna show the loader based on the event. Do we have a solution for this ?

@debabratapatra
Copy link
Owner

Grid doesn't have any control over that. It just makes a call to expand. After that it is the DOM that takes over it. See if you can find a solution to know when DOM changes has taken place.

@karthiksammy
Copy link
Author

karthiksammy commented Jan 9, 2020

Is there any way we can reduce the timing on the Expand All option? It takes more time over the places 1500+ Rows of data

@debabratapatra
Copy link
Owner

Maybe you can call expandRow function in batch?

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