-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Hi , Thanks for this awesome library !
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
Screen.Recording.2026-02-20.at.4.29.31.PM.mov
And here is the demo of RGL Check demo here
Screen.Recording.2026-02-20.at.4.31.47.PM.mov
So is this an expected behaviour or is there a way we can achive this?
Thanks for the help.
cc @adumesny