Vue-grid-layout: Responsiveness

Created on 20 Dec 2017  路  2Comments  路  Source: jbaysolutions/vue-grid-layout

Hi.

I am considering to use your library as a base for building Dashboard. It looks really nice, api is fine and performance looks great also. Only thing that is missing for me is Possibility to use it on tablet/phone.

I think that one of ways to implement is with adding "size" prefix to items w, h, x, y, and then disabling dragging/resizing for particular size.

Like for mobile grid item definition cal look like:
{"x":4,"y":8,"w":2,"h":4,"i":"14", "sm-x": 1. "sm-y": 1, "sm-w": 12, "sm-h": 4, "sm-draggable": false, "sm-resizable": false}

enhancement help wanted

Most helpful comment

The react version works fine on a tablet (both dragging and resizing). It's worth to see how they solved the issue.

All 2 comments

Can you submit a PR for that? Thanks

The react version works fine on a tablet (both dragging and resizing). It's worth to see how they solved the issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nosizejosh picture nosizejosh  路  6Comments

MLongz picture MLongz  路  7Comments

jovanmabilin picture jovanmabilin  路  6Comments

goalie7 picture goalie7  路  6Comments

kennethllamasares picture kennethllamasares  路  3Comments