Hello,
GridItem from one grid to the other)?+1
@STRML any plans regading a grouping solution with multiple layouts, beeing able to drag between different layout sections?
Will 2.0 include features like this?
I want to make a pr for this feature but not sure if to do it in 1.0 or 2.0 if it's not going to land in 2.0
Thank you,
R
I don't plan to implement this in 1.0 or 2.0, but the 2.0 API will make it much simpler to create and maintain these sort of features as plugin repos rather than as part of core.
That's great if the api for 2.0 will allow it!
Any insights when 2.0 will come out?
Also thank you, for the hard work!
No insights yet - I'm swamped beyond belief at my day job so I don't
have much time for full-scale rewrites.
Razvan Ioan Puscasu notifications@github.com
January 24, 2017 at 10:42 AMThat's great if the api for 2.0 will allow it!
Any insights when 2.0 will come out?Also thank you, for the hard work!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/STRML/react-grid-layout/issues/459#issuecomment-274860448,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABJFP-oO_MzppgtXfTIQpYA8MxWajUcaks5rVinigaJpZM4LiR4x.
@STRML I'm currently experimenting with this. It was fairly simple to remove a widget from a grid and add it to another, but I'm struggling with stopping and starting dragging without sending fake mouseup/down events. Can you please give me some hints about starting/stopping drag by code? Thnx.
@elcsiga did you ever make progress on this?
+1
+1 any developments here?
@STRML any developments on this?
@elcsiga I was checking out your fork but can't see that your multiple example had any additional functionality, just demo boilerplate?
No. I don't have any plans to implement this.
https://github.com/STRML/react-grid-layout/issues/459#issue-200490560
Hi @STRML
Is there any update for this issue ?
We added an ability to drop elements from outside of a grid (see https://github.com/STRML/react-grid-layout/pull/980). Maybe this feature can help you
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 7 days
Hi guys, do you encounter issues when displaying multiple grids on the same page (without speaking of drag and drop between the grids)? In my app the multiple grids seems to offset one another. Eg if Grid 1 is 4 rows high, then when I drag an item in Grid 2, it's y is offseted by 4.
See this screenshot. First item is in Grid 1, second item in grid 2. Red point is the mouse, dragging the item. The second item should be 4 rows higher.

Might be a bug in my code, it's a first draft, but it could also be a side effect in the grid layouts.
Edit: solved by adding position: relative to the parent.
Most helpful comment
@STRML I'm currently experimenting with this. It was fairly simple to remove a widget from a grid and add it to another, but I'm struggling with stopping and starting dragging without sending fake mouseup/down events. Can you please give me some hints about starting/stopping drag by code? Thnx.