I am trying to implement the drag and drop functionality between a list/tree and a table. I have seen many examples of drag and drop from list to list and table to table but no examples for my use case. I also need to make sure the items are added below the row they are dropped to in table. Is it even possible using Angular CDK or any other library.
I tried to achieve the dragging element from a list and add it as a row in table at the position where I am putting it