jbaysolutions/vue-grid-layout

Responsiveness

Ouverte

#129 ouverte le 20 déc. 2017

 (2 commentaires) (6 réactions) (1 personne assignée)JavaScript (1 436 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (6 777 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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}

Guide contributeur