-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
Subject of the issue
If you add widgets with the addWidget function of gridStack while in normal column mode and then resize the window so it moves to oneColumnMode the widgets are displayed in the correct order but if you do a reload whilst in oneColumnMode the widgets will reload in a different order and when resizing it back to normal column mode display other than reloading it in normal mode.
Steps to reproduce
I have edited your jsFiddle a bit.
The link to reproduce the issue is:
https://jsfiddle.net/zcvu9osh/2/
Expected behavior
There should be no difference in the order when reloading in normal column mode and oneColumnMode.