vue3-dragable-grid-layout
vue3-dragable-grid-layout copied to clipboard
Ill would like to use a box inside the grid item that ill use as drag-box. With Vue-grid-item I was used to the following code: `drag-allow-from=".drag"` `drag-ignore-from=".no-drag"` Is there a...
Hi! Thanks for your great work! I just updated this PR with your most recent changes (and cleaned things that did not belong in here). I came across the issue,...
We currently cannot drag and drop an item from outside the grid. The reason for this is that the `dragEvent` method is not public. (see https://github.com/melrose13-69/vue3-dragable-grid-layout/issues/5) The fix is easy....
dragEvent method should be exposed for the parent component so that we can drag and drop components from outside the grid layout.
After seeing that the original project appears to not be maintained anymore, I decided to migrate to this project. So this issue is a copy of [the one I created...
Hi! I implemented an option for user-defined collision-functions today ([here](https://github.com/schuhwerk/vue3-dragable-grid-layout/commit/4f8f6bf803866607353d0155dde1229223784f1e)). Do you welcome PR's / this specific one?
the "i" property is only accepting a number, but it should also accept strings (like a guid)
Can all Props and Event names from 1.9.x be retained? Because my layout data is shared with `react-grid-layout`, I hope that both parties can share the same data. I also...
My grid-layout component contains the prop maxRows set to 2. However, when I move around with my grid-item and collide it with other grid-item components, sometimes one of them slides...
@melrose13-69 first of all: thanks for this library unfortunately i experience performance issues with more than 100 items show example `App.vue` that is close to unusable ```js {{ item.i }}...