Ticket #2405 (open feature)
[Drag/Droppables] Support for TableRows/TableColumns/TableCells/TableBodies
| Reported by: | Markus.Staab | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | 2.0.0 |
| Component: | ui.draggable | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Would be nice to have support for drag/drop TableRows/TableColumns/TableCells/TableBodies
Change History
comment:3 Changed 5 years ago by paul
- Status changed from new to closed
- Resolution set to wontfix
That won't come to UI since it's impossible to clone and drag table contents.
comment:5 Changed 4 years ago by rdworth
- Status changed from closed to reopened
- Resolution wontfix deleted
- Component changed from ui.core to ui.draggable
- Milestone set to 1.next
As difficult as this may be, it's possible, as it's done in other libraries. This ticket should remain open as an open feature request that's not being met.
comment:6 Changed 4 years ago by paul
Can you give me one example? We already support it by using custom helpers, but everything else would require large, custom positioning and cloning operations. Most of the nodes of a table cannot even have a position.
comment:7 Changed 3 years ago by rdworth
Here's an example of it being done: http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/ . At the very least we could automatically have a TD wrapped in a TR and TABLE for a helper, and a TR wrapped in a TABLE for a helper, which is the current workaround we suggest.

