You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
If change "resizable" and "dragable" properties of gridconfig, CSS "cursor" property of grid elements in DOM remains with random values (ew-resize, move, ...) #302
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.