jbaysolutions / vue-grid-layout

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

Responsive layout #264

Open VitaliyInshakov opened 5 years ago

VitaliyInshakov commented 5 years ago

How works responsive layout? I mean, can I do for each breakpoint different layout with the location of the blocks that I need???

Something like this https://github.com/STRML/react-grid-layout#responsive-usage where i can pass property "layouts"

wzquyin commented 5 years ago

https://github.com/wzquyin/vue-grid-layout you can use my fork.....edit responsive layouts defined

VitaliyInshakov commented 5 years ago

And one more interesting observation - when changed breakpoint, height of vue-grid-layout is not changing ??? (autoSize = true)

VitaliyInshakov commented 5 years ago

Please, answer my question...

tripflex commented 4 years ago

@wzquyin why not submit a PR for these features?

ico85 commented 4 years ago

@wzquyin I think it's worth a Pull request because the change in code is minimal and it's really valuable If you have serialized layouts which you can pass