Search and Top Navigation
#2405 open feature ()
Opened February 25, 2008 11:24AM UTC
Last modified October 27, 2012 08:19PM UTC
[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
Attachments (0)
Change History (9)
Changed May 11, 2008 11:24PM UTC by comment:1
component: | core → ui |
---|---|
owner: | → paul |
Changed May 24, 2008 03:39AM UTC by comment:2
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted
Changed May 24, 2008 07:11PM UTC by comment:3
resolution: | → wontfix |
---|---|
status: | new → closed |
That won't come to UI since it's impossible to clone and drag table contents.
Changed May 24, 2008 07:11PM UTC by comment:4
version: | 1.2.3 |
---|
Changed February 26, 2009 09:36AM UTC by comment:5
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.
Changed March 16, 2009 08:47AM UTC by comment:6
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.
Changed February 03, 2010 08:11PM UTC by comment:7
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.
Changed October 03, 2012 03:24PM UTC by comment:8
keywords: | Draggables, Droppables |
---|---|
milestone: | 1.next → 2.0.0 |
version: | → 1.5 |
Changed October 27, 2012 08:19PM UTC by comment:9
status: | reopened → open |
---|