swiety85 / angular2gridster

Angular implementation of well known Gridster (no jQuery, no external libraries, only Angular and Rx.js).
https://swiety85.github.io/angular2gridster/
MIT License
203 stars 75 forks source link

Compact Up & Left (Not just Left) #376

Open parliament718 opened 4 years ago

parliament718 commented 4 years ago

I'm switching from angular-gridster2 due to better responsive layout support in this library, however I lost an important feature and hoping there's a way to bring it back.

angular-gridster2 has a CompactType with available options like ‘compactUp’, ‘compactLeft’, ‘compactUp&Left’

What I need is compactUp&Left, but with this library floating: true behaves like compactLeft.

Is this possible? I'm looking into a monkey patch but I'm hoping there's a better way.

TheBeard30 commented 3 years ago

Is this feature available now?