vue-grid-layout
vue-grid-layout copied to clipboard
A draggable and resizable grid layout, for Vue.js.
It should be considered to add the license information in the _package.json_, like described in the official npm site: https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license This is very helpful for generating automatic license information, for...
**Is your feature request related to a problem? Please describe.** We want to make a layout where widgets are grouped into sections. We need to be able to move the...
**Software version (please complete the following information):** - Browser [Edge] - Vue Version [2.6.12] - vue-grid-layout Version: [e.g. 2.3.12] **Describe the bug** I already set :col-num=“6” , but the result...

For a project i'm working on, i need the width or height of a gridItem to be 0. When i first set up the layout array, all works fine, but...
Will this library ever work with nuxt? adding the vue-no-ssr dependency helps zero to make this work
**Software version (please complete the following information):** - Browser: Chrome Version 91.0.4472.114 (Official Build) (x86_64) - Vue Version 2.6.14 - vue-grid-layout Version: 2.3.12 **Describe the bug** When in responsive mode,...
## 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. **Is your feature...
Browser: Chrome Vue version: 2.6.12 vue-grid-layout version: 2.3.12 @layout-updated event is triggered at every resize event, not only on resizeend, when responsive layout is enabled. Shouldn't there be a check...
When max-rows is set, columns can have more than max-rows rows when items are dragged into said row. For a specific example: I have an 8x4 layout with 4 rows...