vue3-dragable-grid-layout icon indicating copy to clipboard operation
vue3-dragable-grid-layout copied to clipboard

Results 18 vue3-dragable-grid-layout issues
Sort by recently updated
recently updated
newest added

**Summary:** I have successfully created the grids and everything works except for dragAllowFrom and dragIgnoreFrom, the selectors I am passing are child elements of root grid item, I hope that...

The original fork from JBaySolutions has the possibility to mirror the entire grid. It would be great to also have this functionality in this library. ![image](https://github.com/Noction/vue-draggable-grid/assets/88673756/ec01aff3-3266-4752-af78-65ca1d329305) https://jbaysolutions.github.io/vue-grid-layout/guide/05-mirrored.html

The first example shown in the official documentation https://www.npmjs.com/package/@noction/vue-draggable-grid refers to `{{ item.id }}` but this does not actually render. ```html {{ item.id }} ``` Why have `{{ item.id }}`...

Page scrolling does not work on mobile when isDraggable is set to false on grid layout. I would expect it to work when dragging is not enabled and touch input...

Move and Resize events are not firing. I see nothing appear in the console. I must be doing something wrong? I am using the new event names as per the...

TLDR; You need to add extra styles to make this grid component work properly. Following the `@noction/vue-draggable-grid` official installation instructions at https://www.npmjs.com/package/@noction/vue-draggable-grid leads to a working app but the styling...

How about adding a `README.md` for this project? It should contain all the usual things like what the project is, installation and how to use it. If the usage is...