As per the example above, which demonstrates when dropping a row it should show an indicator of where it will go.
Are there any samples or pointers in the right direction?
As per the example above, which demonstrates when dropping a row it should show an indicator of where it will go.
Are there any samples or pointers in the right direction?
Implement https://gojs.net/latest/api/symbols/GraphObject.html#mouseDragEnter and mouseDragLeave event handlers. Somewhat like in the Org Chart Editor sample nodes.