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

How to set the position attribute of one of the grid-items to sticky. Now the postion of the grid-item is absolute, and the override setting is invalid.

**Software version (please complete the following information):** - Chrome [114.0.5735.199] - Vue Version [2.7.8] - vue-grid-layout [e.g. 2.4.0] **Describe the bug** I am using vuetify tabs with each tab rendering...

vue3.0 下载@types/vue-grid-layout一直报错,更改了registry也没有用,这个是什么原因呢? error: npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2Fvue-grid-layout - Not found npm ERR! 404 npm ERR! 404 '@types/vue-grid-layout@*' is not in this registry....

## If you have a feature request, please try to implement it before requesting it. This is free software and the author is busy with other projects. It is totally...

I want to replace Vue.draggable(because it is stale) with vue-grid-layout. Is there any single axis simple examples?

**Software version (please complete the following information):** - Browser chrome 114 - Vue Version 2.6+ - vue-grid-layout Version: 2.4.0 **Describe the bug** Resizing an item causes its placeholder flicker **To...

### Situation: When I use the feature of dragging item from outside, I find the dragging item can't place in some specific position. After researching, I found that the `grid-item`...

Hello, Thank you for perfect library. I am using vue-grid-layout version **2.4.0** Can you please tell me how to remove the un-used space in the right (red-rect)? It keeps full...

I'm running the example in the README and noticed in the Vue Devtools that GridLayout is changing the positions (x,y) of elements in the `layout` data property which is being...