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
it would be nice to have more the one spinner in one page and load them on demand.
think of this scenario, you have a page with 2 async request, the second request starts after the first one depending on data provided from the first one. the first request fills the first table and the second one fills the second table. you do not want the page to wait until both requests finish to start using page. after the first request finish the loader must hide but the second loader must start within the second table container to show that the table is loading.
I don't know if this request or idea is achievable or not. but thank you for the nice work.
The text was updated successfully, but these errors were encountered:
Hello @Muhanady ,
Thank you so much for your appreciation. 👍
This is absolutely achievable. I'll think on it to provide a dynamic feature like you can have multiple instances of the spinner in the same page around a specific container component.
Hi, @amitmahida92 I wonder if I did understand your post wrong. "This is absolutely achievable" does that mean that is achievable at the main time or you need to develop it?
it would be nice to have more the one spinner in one page and load them on demand.
think of this scenario, you have a page with 2 async request, the second request starts after the first one depending on data provided from the first one. the first request fills the first table and the second one fills the second table. you do not want the page to wait until both requests finish to start using page. after the first request finish the loader must hide but the second loader must start within the second table container to show that the table is loading.
I don't know if this request or idea is achievable or not. but thank you for the nice work.
The text was updated successfully, but these errors were encountered: