BTMorton / angular2-grid

A drag/drop/resize grid-based plugin directive for angular2
https://bmorton.co.uk/angular/
MIT License
354 stars 159 forks source link

Free mode without cascading? #266

Closed avatsaev closed 7 years ago

avatsaev commented 7 years ago

Is there a way to use the grid without any cascading? ('cascade': 'left'/right/etc), so I can place my widgets wherever I want vertically or horizontally (without them automatically sticking to the borders)?

BTMorton commented 7 years ago

Yes, if you set the cascade value to anything other than those values, it will disable the cascade. In the demo example, you can use the "Off" setting to try it out.

avatsaev commented 7 years ago

I'm an idiot, thank you.