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
If I increase the width of the gridstack container and immediately call .cellHeight() to re-compute row height, there's no effect, I need to wait a bit before calling .cellHeight():
thanks for your response, auto doesn't work for me b/c it always tracks changes, but I need to recompute rowheight only on certain occasitions and after the recompute I need the height to stay the same.
see GS code for size event
could you maybe link to a relevant piece in sources?
Uh oh!
There was an error while loading. Please reload this page.
If I increase the width of the gridstack container and immediately call
.cellHeight()
to re-compute row height, there's no effect, I need to wait a bit before calling.cellHeight()
:I'm wondering if there's a better approach than arbitrary timeout? Maybe there's some kind of event I can subscribe to?
Appreciate any input!
The text was updated successfully, but these errors were encountered: