I would like to connect two draggable div's with bootstrap table rows using jsPlumb. However source and target defined here,
jsPlumb.connect({source:"window2", target:"window1" });
jsPlumb.connect({source:"window1", target:"window3"});Here is the fiddle of what I what I am trying. https://codepen.io/pvnkk/pen/BGVEvw?editors=1010
Lines are not able to connect from one table row to another table row. Using: BS-4, Jquery-UI