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
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: