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
When I try to add a new widget in one column, it will reset all the nodes in one modal and doesn't change back them the correct position in multiple columns mode.
Steps to reproduce
start the gridstack.js angular example, and select component ngFor example.
Add 3 widgets.
Change the chrome width and make the widget show in one column.
Add a widget and change the chrome width to back multiple columns mode.
Expected behavior
The 3 widgets should be at the top.
Actual behavior
The 3 widgets at the left.
The text was updated successfully, but these errors were encountered:
The first time, item 1, item 2, and item 20 at the top, I wanted to keep them at the top after I added a new one in the one column mode, but they changed to the left. I need to change them to the top again. I think the new widget position only affects item 20, it doesn't affect item 1 and item 2.
I changed the demo to append new item at the end rather than specific location which is hard to predict when doing in 1 column vs 12 anyway.
don't forget to donate if you find this lib useful!
Uh oh!
There was an error while loading. Please reload this page.
Subject of the issue
When I try to add a new widget in one column, it will reset all the nodes in one modal and doesn't change back them the correct position in multiple columns mode.
Steps to reproduce
Expected behavior
The 3 widgets should be at the top.
Actual behavior
The 3 widgets at the left.
The text was updated successfully, but these errors were encountered: