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
{{ message }}
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
In the addNewItem I just append a new element in the DOM to the grid element. Then I reinitialize the grid, and call a resize.
The behavior is awkward, I have to call resize several times to the grid organize itself correctly, that in my mind would be adding new elements from the left to right row by row.
Do someone have any tip on how to get this to work?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to handle add and remove action, the approach that I'm using right is this:
In the
addNewItem
I just append a new element in theDOM
to the grid element. Then I reinitialize the grid, and call aresize
.The behavior is awkward, I have to call resize several times to the grid organize itself correctly, that in my mind would be adding new elements from the left to right row by row.
Do someone have any tip on how to get this to work?
The text was updated successfully, but these errors were encountered: