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
We recently migrated to Gridstack library due to support of Nested grids , Earlier we were using RGL in which nested drag and drop in not supported.
We were able to achieve almost all the feature of the RGL except one which is when dragging a widget from bottom to top when large no of widgets are present.
In gridstack the widgets goes out of the container along with placeholder and scrolling stops and and if we want to move the widgets to the top we need to do very carefully.
I checked that this happens when acceptWidgets is true , for false case it works perfectely fine
Please check the demo video
When we have nested grid and acceptWidgets is true ( placeholder goes out when cursor is out of container)
Screen.Recording.2026-02-20.at.4.26.48.PM.mov
When we have normal grid and acceptWidget is false (placeholder is always inside), float is false