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

How can I prevent grid from updating? #269

Closed maxmedina05 closed 6 years ago

maxmedina05 commented 6 years ago

I want to prevent the grid from updating while I drag on top of other grid items. I want to update the grid only when I drop the item.

BTMorton commented 6 years ago

Currently, that's not possible. If I were to add this as a feature, how would you expect it to behave? For example, should the placeholder appear over the top of whichever element is currently in the drop target location, or just not be there at all?

maxmedina05 commented 6 years ago

It's okay, I solved my issue by removing the Cascade. After that I get the behavior I wanted

maxmedina05 commented 6 years ago

It's okay, I solved my issue by removing the Cascade. After that I get the behavior I wanted