use js to achieve the function of dragging and inserting values in the tree structure directly into the cell on the right.
drag and drop is easier to implement, but I don"t know how to get the value to which cell it is dragged to in real time, and how to get a callback after insertion. I don"t know how to solve this problem.
do you have any good ideas and methods to solve the problem?