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 12, 2021. It is now read-only.
Thanks for the angular version. Why isn't the position of every widget updated when one of them is removed ?
On the demo, if you add 2 widgets under those which exist
and then remove the 2 first one, grid height is well updated but widgets stay where they are
and I need to drag them manually or to add a new widget to force their new position.
Is there a way to force the update ?
Thanks.
The text was updated successfully, but these errors were encountered:
I solved this by modifying the "destroy" function to call Gridstack's batchUpdate() and commit() methods before and after removing the item, respectively.
Hi,
Thanks for the angular version. Why isn't the position of every widget updated when one of them is removed ?
On the demo, if you add 2 widgets under those which exist
and then remove the 2 first one, grid height is well updated but widgets stay where they are
and I need to drag them manually or to add a new widget to force their new position.
Is there a way to force the update ?
Thanks.
The text was updated successfully, but these errors were encountered: