-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Update grid component height after Back-End data fully loads #42
Comments
Hello I use gutterHeight:
and fix this problem. I hope it's useful. 😄 🤝 |
How can I preserve gutterHeight for other panels that do not change its height? |
Didn't fix, but hacked... adjusted media css min-height... |
Hi @Bsmoder, Thank you for Issues 🎉 At the time the backend data is loaded, it may be solved by using the |
@BeatDeer Thank you for commenting on advice instead 👍 |
@tsuyoshiwada without updateLayout() func calls, there is no way to update Layout? I add transform css to each image while scrolling, it scales up from the little bottom. After scaling up, I call updateLayout() but no changes happens. Could you help me to figure this out? |
I hope the subject line explains it,
Basically we load some data from the back-end that increases the height of a component. As a result, components right below render on top of the first component.
We have a way to change it by maybe updating the logic, however, I thought it would be a good idea to ask here as well. Maybe you have a function or something simpler to update the layout after back-end data is fully rendered.
Thank you!
Initially, the component is empty. I think the Grid renders its height according to the empty component
The data loads pushing the component down,
After I resize the browser, Grid rerenders and everything is placed in the right position.
The text was updated successfully, but these errors were encountered: