I am trying to use the Tag Browse Tree on the left side of a split container. On the right side, I have a table. I would like the user to drag the tags from the left to the right and list those dragged tags in the table on the right.
Can anyone suggest how I can develop this drag-and-drop tag feature from the Tag Browse Tree? I would very much appreciate it.
The Tag Browse Tree in Perspective is not built for dragging and dropping in my opinion.
Have you tried dragging and dropping like you're describing?
A mouse down action will not select the tag, only a mouse click action (down and up) will.
So the standard user behavior of dragging, which is only a mouse down and then movement, does not actually pick up the tag they selected
The users will have to fully click the tag selection, at that point, the data is available in the selection prop. Use a button to submit it to the table. Enable multi-selection if multiple tags need to be added often.