You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we add the movable property to all the items in a Tree or Table component, We see that we can move only one item at a time.
We cannot select multiple rows at a time and move them or perform drag&drop on them.
We see that in moveOver event - there is only one element passed as source and destination and it does not have provision to pass the selected elements as array.
This is a high priority issue for us since we need to implement the drag and drop feature for our project with multiple rows draggable at the same time.
Please let me know if my understanding is incorrect here. Thanks
Affected Component
SF
Expected Behaviour
User should be able to drag and drop multiple table rows or tree items at the same time.
Drag and Drop feature was requested as part of SAP/ui5-webcomponents-react#6251 and it was added to Web components as part of #7240
Can you please help check this issue?
Hello @Ankitadoshi
there is no explicit build-in support for dragging selected items / rows for all the Web Components List, Tree or Table.
I will take this as feature request and start some discussion whether such a bundling of selection and drag & drop is really desired for those controls. It could also be that just some special indication for the drag ghost might be the outcome.
Bug Description
When we add the movable property to all the items in a Tree or Table component, We see that we can move only one item at a time.
We cannot select multiple rows at a time and move them or perform drag&drop on them.
We see that in moveOver event - there is only one element passed as source and destination and it does not have provision to pass the selected elements as array.
This is a high priority issue for us since we need to implement the drag and drop feature for our project with multiple rows draggable at the same time.
Please let me know if my understanding is incorrect here. Thanks
Affected Component
SF
Expected Behaviour
User should be able to drag and drop multiple table rows or tree items at the same time.
Isolated Example
https://codesandbox.io/p/sandbox/ui5-wc-table-2-0-drag-and-drop-45zpmv?file=%2Fsrc%2Findex.js&workspaceId=ws_2RkXLtnBTTpaKTpy1jSNog
Steps to Reproduce
...
Log Output, Stack Trace or Screenshots
No response
Priority
High
UI5 Web Components Version
2.6.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
SF
Declaration
The text was updated successfully, but these errors were encountered: