jbaysolutions / vue-grid-layout

A draggable and resizable grid layout, for Vue.js.
https://jbaysolutions.github.io/vue-grid-layout/
MIT License
7.11k stars 1.5k forks source link

Maintain the state of certain items when dragging externally #808

Open szz19960815 opened 2 months ago

szz19960815 commented 2 months ago

I hope that when setting the item to static, I can drag the element from the outside, and static type items will not move in position.

Or add a new attribute to identify whether the Item changes when dragged from the outside.

example: I used the address in the document to test and set all items to static.