Replies: 1 comment
-
Just in case anyone is facing this same issue, I, for some CMS/backend reasons was keeping the layout and each widget data repeated and separated. If you check my code, you'll see you have a layout and then you have item props which have some layout info. For whatever reason that I won't explain, that seemed just right, problem is grid-item requires that any props/data/whatever is a proxy from whatever you're using for a model in grid-layout. That's why it was rendering just right (propper data), but it wasn't reacting to anything else. In other words, be sure to feed grid-item with a proxy of whatever items you're feeding grid-layout with, otherwise it won't work. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm facing a strange issue, when grid-item drag ends, it goes back to it's original position.
I'm printing the layout, so I can see that it updates properly while dragging, but then just stays there, the element reverts as if a cancel drag of some sort has been activated, and the property "moved" for the item always remains false.
The really strange thing is that if copy/paste any given example, it works perfectly =\
Here's the template I'm using for the grid...
and these are my grid items...
Any thoughts on this?
Any idea where to start looking at ?
Beta Was this translation helpful? Give feedback.
All reactions