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

Change how cascading works #87

Open BTMorton opened 8 years ago

BTMorton commented 8 years ago

At the moment cascading is not the best process. This should be improved. At the moment it follows the style of http://gridster.net/ but it would be good if it also supports the following cascade style:

drag

Basically, it will fill in gaps in the grid rather than just shifting everything down.

Additionally, it would be more useful if the placeholder position represents where the item will actually be dropped, rather than just being under the item as it is now.

ShipraGrover commented 8 years ago

If we can have grid cascade this way it will be great