vue-grid-layout
vue-grid-layout copied to clipboard
Define resize array for the active handlers
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:

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