jbaysolutions/vue-grid-layout

Define resize array for the active handlers

Offen

#513 geöffnet am 11.12.2020

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (1.436 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (6.777 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Describe the solution you'd like

I want to resize by dragging the border, But I don’t seem to see this API.

Describe alternatives you've considered

Something like this:

Define resize array for the active handlers:

this.resizeActive = ['leftTop', 'leftBottom', 'rightTop', 'rightBottom', 'left', 'right', 'top', 'bottom']

usage:

<grid-layout
  :resize-active="resizeActive"
/>

Additional context as shown:

resize-active-border.png

Contributor Guide