lrembacz / vue-responsive-grid-layout

Vue Repsonsive Grid Layout
MIT License
83 stars 19 forks source link

Prevent static items from moving #22

Closed notchris closed 5 years ago

notchris commented 5 years ago

I'm unable to prevent an item from moving using the static property. Has this been fixed in latest?

lrembacz commented 5 years ago

https://github.com/lrembacz/vue-responsive-grid-layout/blob/master/src/lib/utils.ts#L402

Yes, as I can see it should work.

https://jsfiddle.net/n2hxrwe1/

Just add immobile prop to your grid item.