vue-grid-layout icon indicating copy to clipboard operation
vue-grid-layout copied to clipboard

A draggable and resizable grid layout, for Vue.js.

Results 191 vue-grid-layout issues
Sort by recently updated
recently updated
newest added

[Example09DynamicAddRemove.vue](https://github.com/jbaysolutions/vue-grid-layout/blob/master/website/docs/.vuepress/components/Example09DynamicAddRemove.vue) "vue": "^3.0.0", "vue-grid-layout": "^3.0.0-beta1",

Hey, I have a loop, where I loop through the "layout" and inside that I loop through my widgets. When I use the this.$parent.autosize() function, then i'm getting this error:...

I set `verticalCompact: false` , and when I dragging GirdItem I don't want it out of the GridLayout

does it provide overlap for items , can i add 0 over 1 ? ![image](https://user-images.githubusercontent.com/27679993/110346274-0f691180-8038-11eb-8db9-d485561258bf.png)

Hello, we can change the width of the grid by dragging to update the view. But when we bind the value of the grid width through an input box, and...

I still get this errorr when I use in vue3 Uncaught (in promise) TypeError: external_commonjs_vue_commonjs2_vue_root_Vue_default.a is not a constructor

There is a table component in the grid-item. The data in the table is uncertain, sometimes it has more data, sometimes it has less data. The page takes multiple such...

**Software version** - Browser chrome、safari - Vue Version: 2.5.22 - vue-grid-layout Version: 2.3.12-legacy **Describe the bug** When drag the element between columns, the placeholder moving not smooth. The domes in...

support composition Api

I have a use case where I am nesting a grid under a container that allows zooming and panning. To maintain the correct behaviour when dragging and resizing items, the...