vue-grid-layout
vue-grid-layout copied to clipboard
A draggable and resizable grid layout, for Vue.js.
During initialization, components will be squeezed in the upper left corner
Hi, I'm trying to get the item that gets the click (without resizing or dragging, just being clicked/touched), I just want to do something like adding this.$emit('touched', item.i), so that...
https://github.com/jbaysolutions/vue-grid-layout/blob/master/src/helpers/draggableUtils.js#L10 `evt.offsetParent` should be `evt.target.offsetParent`
Is there a plan in the next 2 months to enable resizing elements via any corner? Currently resizing is only possible by dragging the bottom right corner. It would be...
## 3.0.0Beta1 The use method has changed, please explain in the document **Is your feature request related to a problem? Please describe.** In version 3.0.0, the use method is changed...
**Software version (please complete the following information):** - Browser [e.g. chrom] - Vue Version [e.g. 2.6.12] - vue-grid-layout Version: [e.g. master] **Describe the bug** Boundary collision happened When margin x...
I am using the grid to add other components as widgets (ex:- calendar, video , image etc.). The issue is every time grid is updated (ex:- adding/removing widgets) all my...
I implemented drag-ignore-from on a div in my dragable item. This is working perfectly for all items in the array except for first item. Has anyone any idea how to...
Hi, I use Vue-Grid-Layout in my project and found the drag from outsize element shadow box display lagging, and this behavior even worse in slow browser or slow PC. The...
You say in your documentation that "The value is a number that is multiplied by rowHeight" for the h property. The rowHeight is set at 30 in the grid-item props...