Opened 11 years ago
Last modified 6 years ago
#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: | ||
Blocked by: | Blocking: |
Description
Would be nice to have support for drag/drop TableRows/TableColumns/TableCells/TableBodies
Change History (9)
comment:1 Changed 11 years ago by
Component: | core → ui |
---|---|
Owner: | set to paul |
comment:2 Changed 11 years ago by
Milestone: | 1.2.4 |
---|
comment:3 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
That won't come to UI since it's impossible to clone and drag table contents.
comment:4 Changed 11 years ago by
Version: | 1.2.3 |
---|
comment:5 Changed 10 years ago by
Component: | ui.core → ui.draggable |
---|---|
Milestone: | → 1.next |
Resolution: | wontfix |
Status: | closed → reopened |
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 10 years ago by
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 9 years ago by
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.
comment:8 Changed 6 years ago by
Keywords: | Draggables Droppables removed |
---|---|
Milestone: | 1.next → 2.0.0 |
Version: | → 1.5 |
comment:9 Changed 6 years ago by
Status: | reopened → open |
---|
Milestone 1.2.4 deleted