Ticket #2405 (open feature)

Opened 5 years ago

Last modified 8 months ago

[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:1 Changed 5 years ago by flesler

  • Owner set to paul
  • Component changed from core to ui

comment:2 Changed 5 years ago by anonymous

  • Milestone 1.2.4 deleted

Milestone 1.2.4 deleted

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:4 Changed 5 years ago by paul

  • Version 1.2.3 deleted

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.

comment:8 Changed 9 months ago by scott.gonzalez

  • Keywords Draggables, Droppables removed
  • Version set to 1.5
  • Milestone changed from 1.next to 2.0.0

comment:9 Changed 8 months ago by mikesherov

  • Status changed from reopened to open
Note: See TracTickets for help on using tickets.