angular-tree-grid icon indicating copy to clipboard operation
angular-tree-grid copied to clipboard

Expand All option event Trigger

Open karthiksammy opened this issue 4 years ago • 3 comments

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 ?

karthiksammy avatar Dec 19 '19 05:12 karthiksammy

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.

debabratapatra avatar Dec 30 '19 06:12 debabratapatra

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

karthiksammy avatar Jan 09 '20 07:01 karthiksammy

Maybe you can call expandRow function in batch?

debabratapatra avatar Mar 12 '20 06:03 debabratapatra