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

If change "resizable" and "dragable" properties of gridconfig, CSS "cursor" property of grid elements in DOM remains with random values (ew-resize, move, ...) #302

Open RaSMiY opened 5 years ago

RaSMiY commented 5 years ago

I have a set of items in my angular2-grid container. I need to dynamically enable and disable resize and drag mode (edit mode). When I disable edit mode (set resizable and draggable to false) DOM contains random values of css "cursor" property in grid elements.