vue-grid-layout icon indicating copy to clipboard operation
vue-grid-layout copied to clipboard

Define resize array for the active handlers

Open pdsuwwz opened this issue 4 years ago • 1 comments

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

pdsuwwz avatar Dec 11 '20 09:12 pdsuwwz

That's not possible right now. Feel free to submit a PR

gmsa avatar Dec 11 '20 12:12 gmsa