Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resizing options (e, w, s...) over the individual nodes, instead of common Grid options #494

Closed
kalokamgit opened this issue Aug 10, 2016 · 3 comments

Comments

@kalokamgit
Copy link

It could be better if resizing options are providing with each node. so that I can resize few are in vertical & few are in horizontally.

@radiolips radiolips added this to the v0.2.7 milestone Aug 17, 2016
@troolee troolee modified the milestones: v0.2.7, v0.3.0 Aug 20, 2016
@radiolips radiolips removed this from the v0.3.0 milestone Apr 21, 2017
@radiolips radiolips added this to the v1.0.0 milestone May 15, 2017
radiolips added a commit to radiolips/gridstack.js that referenced this issue May 15, 2017
@radiolips
Copy link
Member

This now works on the develop branch. Use data-gs-resize-handles="e, s" for east+south resize handles on one widget, for example. Thanks for the suggestion!

rlinow pushed a commit to NowcomCorporation/gridstack.js that referenced this issue Aug 8, 2017
@jan-krakora
Copy link

Is this option still available in the current 7.x.x version? I mean, this update does not work.

gridStack.update(el, {
    resizable: {
        handles: 'e, s'
    }
});

Do I have to use attributes?

@adumesny
Copy link
Member

@jan-krakora doesn't work as an update, only intial creation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants